Merge pull request #1539 from Retrospring/dependabot/bundler/shoulda-matchers-6.0.0

This commit is contained in:
dependabot[bot] 2023-12-26 17:25:59 +00:00 committed by GitHub
commit 77398694ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ group :development, :test do
gem "rspec-sidekiq", "~> 4.1", require: false gem "rspec-sidekiq", "~> 4.1", require: false
gem "rubocop", "~> 1.59" gem "rubocop", "~> 1.59"
gem "rubocop-rails", "~> 2.23" gem "rubocop-rails", "~> 2.23"
gem "shoulda-matchers", "~> 5.3" gem "shoulda-matchers", "~> 6.0"
gem "simplecov", require: false gem "simplecov", require: false
gem "simplecov-cobertura", require: false gem "simplecov-cobertura", require: false
gem "simplecov-json", require: false gem "simplecov-json", require: false

View File

@ -444,7 +444,7 @@ GEM
sentry-sidekiq (5.15.0) sentry-sidekiq (5.15.0)
sentry-ruby (~> 5.15.0) sentry-ruby (~> 5.15.0)
sidekiq (>= 3.0) sidekiq (>= 3.0)
shoulda-matchers (5.3.0) shoulda-matchers (6.0.0)
activesupport (>= 5.2.0) activesupport (>= 5.2.0)
sidekiq (6.5.12) sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3) connection_pool (>= 2.2.5, < 3)
@ -579,7 +579,7 @@ DEPENDENCIES
sentry-rails sentry-rails
sentry-ruby sentry-ruby
sentry-sidekiq sentry-sidekiq
shoulda-matchers (~> 5.3) shoulda-matchers (~> 6.0)
sidekiq (< 7) sidekiq (< 7)
simplecov simplecov
simplecov-cobertura simplecov-cobertura