diff --git a/Gemfile b/Gemfile index 6a2f1c50..35fc133b 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :test do gem 'rspec-openapi', '~> 0.20' gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback' gem 'selenium-webdriver', '~> 4.38.0' - gem 'shoulda-matchers', '~> 6.5' + gem 'shoulda-matchers', '~> 7.0' gem 'simplecov', '~> 0.22.0', require: false gem 'webmock', '~> 3.26' end diff --git a/Gemfile.lock b/Gemfile.lock index 732eb500..67bae118 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -602,8 +602,8 @@ GEM sendgrid (1.2.4) json sexp_processor (4.17.3) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -717,7 +717,7 @@ DEPENDENCIES rubocop-rspec_rails (~> 2.31.0) selenium-webdriver (~> 4.38.0) sendgrid (~> 1.2.4) - shoulda-matchers (~> 6.5) + shoulda-matchers (~> 7.0) simplecov (~> 0.22.0) sprockets-rails (~> 3.5, >= 3.5.2) strong_migrations (~> 2.5)