diff --git a/Gemfile b/Gemfile index dd509db3..0d11cc7b 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :development, :test do gem "rspec-sidekiq", "~> 4.1", require: false gem "rubocop", "~> 1.59" gem "rubocop-rails", "~> 2.23" - gem "shoulda-matchers", "~> 5.3" + gem "shoulda-matchers", "~> 6.0" gem "simplecov", require: false gem "simplecov-cobertura", require: false gem "simplecov-json", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e012d931..37b0f4ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -444,7 +444,7 @@ GEM sentry-sidekiq (5.15.0) sentry-ruby (~> 5.15.0) sidekiq (>= 3.0) - shoulda-matchers (5.3.0) + shoulda-matchers (6.0.0) activesupport (>= 5.2.0) sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) @@ -579,7 +579,7 @@ DEPENDENCIES sentry-rails sentry-ruby sentry-sidekiq - shoulda-matchers (~> 5.3) + shoulda-matchers (~> 6.0) sidekiq (< 7) simplecov simplecov-cobertura