diff --git a/Gemfile b/Gemfile index 0563613f6..99ea6756b 100644 --- a/Gemfile +++ b/Gemfile @@ -240,7 +240,7 @@ group :test do # General helpers gem "factory_bot_rails", "6.4.3" - gem "shoulda-matchers", "5.3.0" + gem "shoulda-matchers", "6.2.0" gem "timecop", "0.9.6" gem "webmock", "3.18.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 20e17a439..dfcc67160 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -679,7 +679,7 @@ GEM scss_lint (0.60.0) sass (~> 3.5, >= 3.5.5) secure_headers (6.5.0) - shoulda-matchers (5.3.0) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) @@ -892,7 +892,7 @@ DEPENDENCIES rubyzip (= 2.3.2) sassc-rails (= 2.1.2) secure_headers (= 6.5.0) - shoulda-matchers (= 5.3.0) + shoulda-matchers (= 6.2.0) sidekiq (= 6.5.12) sidekiq-cron (= 1.12.0) simple_captcha2 (= 0.5.0)