From b47b487a76e59e257bd9261efda4fd8a0af2bb1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:23:22 +0000 Subject: [PATCH] Bump shoulda-matchers from 5.3.0 to 6.0.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.0 to 6.0.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.0.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 dd509db3..0d11cc7b 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :development, :test do gem "rspec-sidekiq", "~> 4.1", require: false gem "rubocop", "~> 1.59" gem "rubocop-rails", "~> 2.23" - gem "shoulda-matchers", "~> 5.3" + gem "shoulda-matchers", "~> 6.0" gem "simplecov", require: false gem "simplecov-cobertura", require: false gem "simplecov-json", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e012d931..37b0f4ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -444,7 +444,7 @@ GEM sentry-sidekiq (5.15.0) sentry-ruby (~> 5.15.0) sidekiq (>= 3.0) - shoulda-matchers (5.3.0) + shoulda-matchers (6.0.0) activesupport (>= 5.2.0) sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) @@ -579,7 +579,7 @@ DEPENDENCIES sentry-rails sentry-ruby sentry-sidekiq - shoulda-matchers (~> 5.3) + shoulda-matchers (~> 6.0) sidekiq (< 7) simplecov simplecov-cobertura