diff --git a/Gemfile b/Gemfile index f80f413..8fb1e0c 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development do end group :test do - gem "shoulda-matchers", "~> 7.0" + gem "shoulda-matchers", "~> 8.0" gem "simplecov", "~> 1.1", require: false gem "webmock", "~> 3.25" end diff --git a/Gemfile.lock b/Gemfile.lock index bbb8e62..3e9a24a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,8 +364,8 @@ GEM sprockets-rails tilt securerandom (0.4.1) - shoulda-matchers (7.0.1) - activesupport (>= 7.1) + shoulda-matchers (8.0.1) + activesupport (>= 7.2) sidekiq (8.1.6) connection_pool (>= 3.0.0) json (>= 2.16.0) @@ -456,7 +456,7 @@ DEPENDENCIES rswag-api (~> 2.8) rswag-specs (~> 2.8) sassc-rails (~> 2.1) - shoulda-matchers (~> 7.0) + shoulda-matchers (~> 8.0) sidekiq (~> 8.1) simplecov (~> 1.1) sprockets-rails (~> 3.4)