diff --git a/Gemfile b/Gemfile index 0e6e08d..2e814b7 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :development, :test do # Testing gems gem "factory_bot_rails", "~> 6.4" gem "faker", "~> 3.2" - gem "shoulda-matchers", "~> 6.0" + gem "shoulda-matchers", "~> 7.0" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 950ccc2..8d005d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,8 +105,8 @@ GEM base64 (0.3.0) bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) - benchmark (0.4.1) - bigdecimal (3.2.2) + benchmark (0.5.0) + bigdecimal (3.3.1) bootsnap (1.18.6) msgpack (~> 1.2) brakeman (7.1.0) @@ -127,7 +127,7 @@ GEM logger (~> 1.5) choice (0.2.0) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) date (3.4.1) debug (1.11.0) @@ -216,7 +216,7 @@ GEM mini_magick (5.3.1) logger mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.8.0) net-imap (0.5.9) date @@ -399,8 +399,8 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - 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) @@ -435,7 +435,7 @@ GEM unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.1.0) useragent (0.16.11) webdrivers (5.3.1) nokogiri (~> 1.6) @@ -490,7 +490,7 @@ DEPENDENCIES rswag-ui rubocop-rails-omakase selenium-webdriver (~> 4.10) - shoulda-matchers (~> 6.0) + shoulda-matchers (~> 7.0) solid_cable solid_cache solid_queue