diff --git a/Gemfile b/Gemfile index b2291999..a7c8373c 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem "rolify" gem "sentry-rails", "~> 5.17" group :test do - gem "shoulda-matchers", "~> 5.0" + gem "shoulda-matchers", "~> 6.2" gem "simplecov", require: false end gem "factory_bot_rails" diff --git a/Gemfile.lock b/Gemfile.lock index 6e6a9b27..e06e16ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -450,7 +450,7 @@ GEM sentry-ruby (5.17.1) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - shoulda-matchers (5.3.0) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) @@ -547,7 +547,7 @@ DEPENDENCIES rubyXL (~> 3.4) scenic sentry-rails (~> 5.17) - shoulda-matchers (~> 5.0) + shoulda-matchers (~> 6.2) sidekiq (~> 6.5) sidekiq-cron (~> 1.12) simplecov