diff --git a/Gemfile b/Gemfile index a1d87f7..1311488 100644 --- a/Gemfile +++ b/Gemfile @@ -47,6 +47,6 @@ end group :test do gem "capybara" gem "selenium-webdriver" - gem "shoulda-matchers", "~> 6.0" + gem "shoulda-matchers", "~> 7.0" gem "webmock", "~> 3.23" end diff --git a/Gemfile.lock b/Gemfile.lock index 938c249..08cb7c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.6.0) + prism (1.7.0) propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -341,8 +341,8 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.2.0) @@ -423,7 +423,7 @@ DEPENDENCIES rspec-rails (~> 7.0) rubocop-rails-omakase selenium-webdriver - shoulda-matchers (~> 6.0) + shoulda-matchers (~> 7.0) stimulus-rails stripe (~> 12.0) tailwindcss-rails