From 4e115c619f9ac6f637ad9942e2b0b7210966ba51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:36:54 +0000 Subject: [PATCH] Update dependency shoulda-matchers to v7 --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 072bf2cf..e1392835 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development, :test do gem 'factory_bot_rails', '~> 6.2' gem 'test-prof', '~> 1.0' - gem 'shoulda-matchers', '~> 6.0' + gem 'shoulda-matchers', '~> 7.0' gem 'rspec_junit_formatter', '~> 0.6.0', require: false gem 'rspec-parameterized', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 02709946..3e937ac8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,8 +77,8 @@ GEM ast (2.4.3) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (3.3.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) bootsnap (1.18.6) @@ -186,7 +186,7 @@ GEM mini_magick (4.13.2) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.7.5) multi_xml (0.7.2) bigdecimal (~> 3.1) @@ -360,8 +360,8 @@ GEM seed-fu (2.3.9) activerecord (>= 3.1) activesupport (>= 3.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) @@ -384,7 +384,7 @@ GEM unparser (0.7.0) diff-lcs (~> 1.6) parser (>= 3.3.0) - uri (1.0.4) + uri (1.1.0) useragent (0.16.11) websocket-driver (0.7.7) base64 @@ -426,7 +426,7 @@ DEPENDENCIES rubocop-rspec (~> 3.0) rubocop-rspec_rails (~> 2.30) seed-fu (~> 2.3) - shoulda-matchers (~> 6.0) + shoulda-matchers (~> 7.0) simplecov (~> 0.22.0) simplecov-cobertura (~> 3.0) test-prof (~> 1.0)