From 15a61652b0f0f1f2cfb299d2df405fd869160db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:37:31 +0000 Subject: [PATCH] chore(deps-dev): bump shoulda-matchers from 6.5.0 to 7.0.1 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.5.0 to 7.0.1. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v6.5.0...v7.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 7aba741..5b5824c 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ end group :test do # Add Shoulda Matchers for testing validations and associations [https://github.com/thoughtbot/shoulda-matchers] - gem "shoulda-matchers", "~> 6.5" + gem "shoulda-matchers", "~> 7.0" # Add Shoulda Context for testing contexts [https://github.com/thoughtbot/shoulda-context] gem "shoulda-context" diff --git a/Gemfile.lock b/Gemfile.lock index 8bc9126..b685310 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,8 +83,8 @@ GEM ast (2.4.2) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.1) - bigdecimal (3.2.2) + benchmark (0.5.0) + bigdecimal (3.3.1) bootsnap (1.18.4) msgpack (~> 1.2) brakeman (7.1.0) @@ -95,7 +95,7 @@ GEM childprocess (5.1.0) logger (~> 1.5) 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) @@ -136,7 +136,7 @@ GEM net-smtp marcel (1.0.4) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.7.5) net-imap (0.5.7) date @@ -269,8 +269,8 @@ GEM ruby-progressbar (1.13.0) securerandom (0.4.1) shoulda-context (2.0.0) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) stringio (3.1.7) thor (1.3.2) timeout (0.4.3) @@ -279,7 +279,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.7.7) base64 @@ -316,7 +316,7 @@ DEPENDENCIES rails (~> 8.0.2) rubocop-rails-omakase shoulda-context - shoulda-matchers (~> 6.5) + shoulda-matchers (~> 7.0) tzinfo-data BUNDLED WITH