diff --git a/Gemfile b/Gemfile index dc4b5e4..1dd58e3 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ end group :test do # Additional RSpec helpers - gem "shoulda-matchers", "~> 6.4" + gem "shoulda-matchers", "~> 7.0" gem "database_cleaner-active_record", "~> 2.2" end diff --git a/Gemfile.lock b/Gemfile.lock index e2741f2..b1501bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) - benchmark (0.4.1) + benchmark (0.5.0) bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) @@ -305,8 +305,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) @@ -357,7 +357,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.4) + uri (1.1.0) useragent (0.16.11) web-console (4.2.1) actionview (>= 6.0.0) @@ -398,7 +398,7 @@ DEPENDENCIES rails (~> 8.0.1) rspec-rails (~> 8.0) rubocop-rails-omakase - shoulda-matchers (~> 6.4) + shoulda-matchers (~> 7.0) solid_cable solid_cache solid_queue