Fix update-tests-metadata CI job
The upgrade to Ruby v2.7.2 meant that only bundler v2 was installed by default. rspec_profiling v0.0.5 required bundler v1, but v0.0.6 relaxed the dependency to allow for bundler 2 (see https://github.com/foraker/rspec_profiling/commit/6ad1ec4e37).
Showing
... | ... | @@ -411,7 +411,7 @@ end |
group :test do | ||
gem 'fuubar', '~> 2.2.0' | ||
gem 'rspec-retry', '~> 0.6.1' | ||
gem 'rspec_profiling', '~> 0.0.5' | ||
gem 'rspec_profiling', '~> 0.0.6' | ||
gem 'rspec-parameterized', require: false | ||
gem 'capybara', '~> 3.33.0' | ||
... | ... |
Please register or sign in to comment