From efe8bf5eb0d90b97a7fea9eddd6efad930a72f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:21:48 +0000 Subject: [PATCH] Bump shoulda-matchers from 5.3.0 to 6.2.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.0 to 6.2.0. - [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/v5.3.0...v6.2.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b2291999..a7c8373c 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem "rolify" gem "sentry-rails", "~> 5.17" group :test do - gem "shoulda-matchers", "~> 5.0" + gem "shoulda-matchers", "~> 6.2" gem "simplecov", require: false end gem "factory_bot_rails" diff --git a/Gemfile.lock b/Gemfile.lock index 5d89962f..03bd5d47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -450,7 +450,7 @@ GEM sentry-ruby (5.17.1) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - shoulda-matchers (5.3.0) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) @@ -547,7 +547,7 @@ DEPENDENCIES rubyXL (~> 3.4) scenic sentry-rails (~> 5.17) - shoulda-matchers (~> 5.0) + shoulda-matchers (~> 6.2) sidekiq (~> 6.5) sidekiq-cron (~> 1.12) simplecov