diff --git a/Gemfile b/Gemfile index f14786a..5fb3aa6 100644 --- a/Gemfile +++ b/Gemfile @@ -74,6 +74,6 @@ group :test do gem "selenium-webdriver" # RSpec test helpers - gem "shoulda-matchers", "~> 6.0" + gem "shoulda-matchers", "~> 7.0" gem "factory_bot_rails" end diff --git a/Gemfile.lock b/Gemfile.lock index 630a5d2..8a476e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,8 +77,8 @@ GEM ast (2.4.3) base64 (0.3.0) bcrypt_pbkdf (1.1.1) - benchmark (0.4.1) - bigdecimal (3.3.1) + benchmark (0.5.0) + bigdecimal (4.0.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -95,8 +95,8 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) csv (3.3.5) date (3.4.1) @@ -122,7 +122,7 @@ GEM globalid (1.3.0) activesupport (>= 6.1) hirb (0.7.3) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) importmap-rails (2.2.2) actionpack (>= 6.0.0) @@ -163,7 +163,7 @@ GEM matrix (0.4.3) method_source (1.1.0) mini_mime (1.1.5) - minitest (5.26.0) + minitest (5.27.0) msgpack (1.8.0) net-imap (0.5.12) date @@ -330,8 +330,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) solid_cable (3.0.12) actioncable (>= 7.2) activejob (>= 7.2) @@ -373,7 +373,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.4) + uri (1.1.1) useragent (0.16.11) web-console (4.2.1) actionview (>= 6.0.0) @@ -420,7 +420,7 @@ DEPENDENCIES rspec-rails rubocop-rails-omakase selenium-webdriver - shoulda-matchers (~> 6.0) + shoulda-matchers (~> 7.0) solid_cable solid_cache solid_queue