Update dependency rspec-rails to '~> 7.1.0'
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 1m10s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m15s
Run unit tests / unit_tests (pull_request) Successful in 1m46s
Check usage of free licenses / build-static-assets (push) Successful in 36s
Run unit tests / unit_tests (push) Successful in 1m51s
Build Nginx-based docker image / build-static-assets (push) Successful in 25m9s

This commit is contained in:
Renovate Bot 2024-11-10 01:24:55 +00:00
parent b3bbeff739
commit 9190348ff2
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ group :development, :test do
gem 'factory_bot_rails'
gem 'license_finder'
gem 'pry'
gem 'rspec-rails', '~> 7.0.0'
gem 'rspec-rails', '~> 7.1.0'
gem 'shoulda-matchers', '~> 6.0'
end

View File

@ -262,7 +262,7 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
@ -359,7 +359,7 @@ DEPENDENCIES
rails (~> 8.0.0, >= 8.0.0)
react-rails
redis (>= 4.0.1)
rspec-rails (~> 7.0.0)
rspec-rails (~> 7.1.0)
rubocop
rubytree
shoulda-matchers (~> 6.0)