diff --git a/Gemfile b/Gemfile index 335df32..00251e7 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,6 @@ group :development, :test do gem 'rspec-rails', '~> 8.0' gem 'rubocop-rails', '~> 2.32', require: false gem 'rubocop-rspec', '~> 3.6', require: false - gem 'shoulda-matchers', '~> 6.5' + gem 'shoulda-matchers', '~> 7.0' gem 'simplecov', '~> 0.22', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 6141837..d8ceda3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,8 +76,8 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) base64 (0.3.0) - 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) @@ -87,7 +87,7 @@ GEM bundler (>= 1.2.0, < 3) thor (~> 1.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) @@ -158,7 +158,7 @@ GEM net-smtp marcel (1.0.4) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.8.0) net-imap (0.5.9) date @@ -301,8 +301,8 @@ GEM rubocop (~> 1.72, >= 1.72.1) 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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -324,7 +324,7 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.1.0) useragent (0.16.11) websocket-driver (0.8.0) base64 @@ -356,7 +356,7 @@ DEPENDENCIES rswag (~> 2.16) rubocop-rails (~> 2.32) rubocop-rspec (~> 3.6) - shoulda-matchers (~> 6.5) + shoulda-matchers (~> 7.0) simplecov (~> 0.22) sqlite3 (~> 2.7)