Merge pull request #1934 from Retrospring/dependabot/bundler/rspec-its-2.0.0

This commit is contained in:
dependabot[bot] 2024-11-07 03:15:26 +00:00 committed by GitHub
commit e75e0b8781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -90,7 +90,7 @@ group :development, :test do
gem "letter_opener" # Use this just in local test environments
gem "rails-controller-testing"
gem "rake"
gem "rspec-its", "~> 1.3"
gem "rspec-its", "~> 2.0"
gem "rspec-mocks"
gem "rspec-rails", "~> 7.0"
gem "rspec-sidekiq", "~> 5.0", require: false

View file

@ -414,14 +414,14 @@ GEM
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-its (2.0.0)
rspec-core (>= 3.13.0)
rspec-expectations (>= 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
@ -616,7 +616,7 @@ DEPENDENCIES
rolify (~> 6.0)
rpush
rqrcode
rspec-its (~> 1.3)
rspec-its (~> 2.0)
rspec-mocks
rspec-rails (~> 7.0)
rspec-sidekiq (~> 5.0)