diff --git a/Gemfile b/Gemfile index 114707b67..a3932df83 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :test do gem 'climate_control' gem 'database_cleaner-active_record' gem 'selenium-webdriver' - gem 'shoulda-matchers', '~> 7.0' + gem 'shoulda-matchers', '~> 8.0' gem 'webdrivers' gem 'webmock' end diff --git a/Gemfile.lock b/Gemfile.lock index 833b1dc6b..4810babe9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -520,8 +520,8 @@ GEM bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) logger - shoulda-matchers (7.0.1) - activesupport (>= 7.1) + shoulda-matchers (8.0.1) + activesupport (>= 7.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -636,7 +636,7 @@ DEPENDENCIES rubyzip selenium-webdriver sentry-rails - shoulda-matchers (~> 7.0) + shoulda-matchers (~> 8.0) simplecov statesman webdrivers