From 83dd37f113eb8878f5562ea12c705504c28d1f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:19:50 +0000 Subject: [PATCH] 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 114707b67..a3932df83 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :test do gem 'climate_control' gem 'database_cleaner-active_record' gem 'selenium-webdriver' - gem 'shoulda-matchers', '~> 7.0' + gem 'shoulda-matchers', '~> 8.0' gem 'webdrivers' gem 'webmock' end diff --git a/Gemfile.lock b/Gemfile.lock index 833b1dc6b..4810babe9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -520,8 +520,8 @@ GEM bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) logger - shoulda-matchers (7.0.1) - activesupport (>= 7.1) + shoulda-matchers (8.0.1) + activesupport (>= 7.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -636,7 +636,7 @@ DEPENDENCIES rubyzip selenium-webdriver sentry-rails - shoulda-matchers (~> 7.0) + shoulda-matchers (~> 8.0) simplecov statesman webdrivers