diff --git a/Gemfile b/Gemfile index 73be9ba..b5e3dd1 100644 --- a/Gemfile +++ b/Gemfile @@ -83,5 +83,5 @@ group :test do gem "capybara" gem "selenium-webdriver" gem "webmock" - gem "shoulda-matchers", "~> 7.0" + gem "shoulda-matchers", "~> 8.0" end diff --git a/Gemfile.lock b/Gemfile.lock index fb8d590..f558821 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.5) + json (2.19.9) language_server-protocol (3.17.0.5) lint_roller (1.1.0) llhttp (0.6.1) @@ -342,8 +342,8 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - shoulda-matchers (7.0.1) - activesupport (>= 7.1) + shoulda-matchers (8.0.1) + activesupport (>= 7.2) solid_cable (4.0.0) actioncable (>= 7.2) activejob (>= 7.2) @@ -430,7 +430,7 @@ DEPENDENCIES rubocop-rails-omakase ruby-lsp-brakeman selenium-webdriver - shoulda-matchers (~> 7.0) + shoulda-matchers (~> 8.0) solid_cable (~> 4.0) solid_cache (~> 1.0) solid_queue (~> 1.4)