diff --git a/Gemfile b/Gemfile index 3b0a7ba..29654f0 100644 --- a/Gemfile +++ b/Gemfile @@ -61,6 +61,6 @@ end group :test do gem "rspec-rails", "~> 8.0" - gem "shoulda-matchers", "~> 6.0" + gem "shoulda-matchers", "~> 7.0" gem "database_cleaner-active_record", "~> 2.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 466322e..038b2bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,8 +316,8 @@ GEM rubocop-rails (>= 2.30) ruby-progressbar (1.13.0) securerandom (0.4.1) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) solid_cable (3.0.12) actioncable (>= 7.2) activejob (>= 7.2) @@ -390,7 +390,7 @@ DEPENDENCIES rails (~> 8.1.2) rspec-rails (~> 8.0) rubocop-rails-omakase - shoulda-matchers (~> 6.0) + shoulda-matchers (~> 7.0) solid_cable solid_cache solid_queue