From d55cb758177a4e5fe7982f3dd4a1b3ea66d3d8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 03:20:25 +0000 Subject: [PATCH] chore(deps-dev): bump shoulda-matchers from 7.0.1 to 8.0.1 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 7.0.1 to 8.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/v7.0.1...v8.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f80f413..8fb1e0c 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development do end group :test do - gem "shoulda-matchers", "~> 7.0" + gem "shoulda-matchers", "~> 8.0" gem "simplecov", "~> 1.1", require: false gem "webmock", "~> 3.25" end diff --git a/Gemfile.lock b/Gemfile.lock index bbb8e62..3e9a24a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,8 +364,8 @@ GEM sprockets-rails tilt securerandom (0.4.1) - shoulda-matchers (7.0.1) - activesupport (>= 7.1) + shoulda-matchers (8.0.1) + activesupport (>= 7.2) sidekiq (8.1.6) connection_pool (>= 3.0.0) json (>= 2.16.0) @@ -456,7 +456,7 @@ DEPENDENCIES rswag-api (~> 2.8) rswag-specs (~> 2.8) sassc-rails (~> 2.1) - shoulda-matchers (~> 7.0) + shoulda-matchers (~> 8.0) sidekiq (~> 8.1) simplecov (~> 1.1) sprockets-rails (~> 3.4)