Update rspec-* gem versions
It fixes more Ruby 2.7 warnings rspec-rails: https://github.com/rspec/rspec-rails/blob/main/Changelog.md rspec-core: https://github.com/rspec/rspec-core/blob/main/Changelog.md rspec-expectations: https://github.com/rspec/rspec-expectations/blob/main/Changelog.md rspec-support: https://github.com/rspec/rspec-support/blob/main/Changelog.md rspec-mocks: https://github.com/rspec/rspec-mocks/blob/main/Changelog.md
Showing
... | ... | @@ -359,7 +359,7 @@ group :development, :test do |
gem 'database_cleaner', '~> 1.7.0' | ||
gem 'factory_bot_rails', '~> 6.1.0' | ||
gem 'rspec-rails', '~> 4.0.1' | ||
gem 'rspec-rails', '~> 4.0.2' | ||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | ||
gem 'minitest', '~> 5.11.0' | ||
... | ... |
Please register or sign in to comment