Merge pull request #1942 from Retrospring/dependabot/bundler/rspec-rails-7.1.0

This commit is contained in:
dependabot[bot] 2024-11-11 12:50:16 +00:00 committed by GitHub
commit c1e216fe38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ group :development, :test do
gem "rake"
gem "rspec-its", "~> 2.0"
gem "rspec-mocks"
gem "rspec-rails", "~> 7.0"
gem "rspec-rails", "~> 7.1"
gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.68"
gem "rubocop-rails", "~> 2.27"

View file

@ -424,7 +424,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)
@ -616,7 +616,7 @@ DEPENDENCIES
rqrcode
rspec-its (~> 2.0)
rspec-mocks
rspec-rails (~> 7.0)
rspec-rails (~> 7.1)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.68)
rubocop-rails (~> 2.27)