diff --git a/Gemfile b/Gemfile index 97c694e1b..fe2c2638e 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :test do gem 'climate_control' gem 'database_cleaner-active_record' gem 'selenium-webdriver' - gem 'shoulda-matchers', '~> 5.0' + gem 'shoulda-matchers', '~> 7.0' gem 'webdrivers' gem 'webmock' end diff --git a/Gemfile.lock b/Gemfile.lock index e4bdd7d86..88e37a395 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -539,8 +539,8 @@ GEM bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) logger - shoulda-matchers (5.3.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -659,7 +659,7 @@ DEPENDENCIES ruby-lsp-rspec (~> 0.1.29) selenium-webdriver sentry-rails - shoulda-matchers (~> 5.0) + shoulda-matchers (~> 7.0) simplecov statesman webdrivers