Closed zrod closed 2 years ago
Hi,
I noticed the current Github CI workflow is pulling the latest Sidekiq gem regardless of the specified gemfile. This PR should prevent that.
More details, latest main (example):
run ruby/setup-ruby@v1 step output:
run ruby/setup-ruby@v1
143 Installing sidekiq 6.3.1
With PR changes:
143 Installing sidekiq 5.0.5
More info: https://github.com/ruby/setup-ruby/#matrix-of-gemfiles
@zrod Thank you very much! Great catch!
Hi,
I noticed the current Github CI workflow is pulling the latest Sidekiq gem regardless of the specified gemfile. This PR should prevent that.
More details, latest main (example):
run ruby/setup-ruby@v1
step output:With PR changes:
run ruby/setup-ruby@v1
step output:More info: https://github.com/ruby/setup-ruby/#matrix-of-gemfiles