diff --git a/Gemfile b/Gemfile index d0a53d494..99ad6b26f 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ group :test do gem 'capybara' gem 'selenium-webdriver' gem 'database_cleaner' - gem 'shoulda-matchers', '~> 6.5' + gem 'shoulda-matchers', '~> 7.0' gem 'simplecov', require: false gem 'simplecov-lcov', require: false gem 'timecop', '~> 0.9.10' diff --git a/Gemfile.lock b/Gemfile.lock index 987e4d7cd..6cfbac0dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -515,8 +515,8 @@ GEM websocket (~> 1.0) semantic_logger (4.17.0) concurrent-ruby (~> 1.0) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) simple_form (5.4.0) actionpack (>= 7.0) activemodel (>= 7.0) @@ -663,7 +663,7 @@ DEPENDENCIES sassc-rails scout_apm selenium-webdriver - shoulda-matchers (~> 6.5) + shoulda-matchers (~> 7.0) simple_form simplecov simplecov-lcov