From 2542aa7f7fffd0f9f0827699b1e1e6594d89813a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 09:01:33 +0000 Subject: [PATCH] Bump shoulda-matchers from 5.1.0 to 5.2.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.1.0 to 5.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.1.0...v5.2.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b597d654..004de145 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,7 @@ group :development, :test do gem "rspec-sidekiq", "~> 3.0", require: false gem "rubocop", "~> 1.36" gem "rubocop-rails", "~> 2.16" - gem "shoulda-matchers", "~> 5.0" + gem "shoulda-matchers", "~> 5.2" gem "simplecov", require: false gem "simplecov-cobertura", require: false gem "simplecov-json", require: false diff --git a/Gemfile.lock b/Gemfile.lock index fe42e05a..6904286a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -492,7 +492,7 @@ GEM sentry-ruby (~> 5.4.2) sidekiq (>= 3.0) shellany (0.0.1) - shoulda-matchers (5.1.0) + shoulda-matchers (5.2.0) activesupport (>= 5.2.0) sidekiq (5.2.10) connection_pool (~> 2.2, >= 2.2.2) @@ -644,7 +644,7 @@ DEPENDENCIES sentry-rails sentry-ruby sentry-sidekiq - shoulda-matchers (~> 5.0) + shoulda-matchers (~> 5.2) sidekiq (< 6) simplecov simplecov-cobertura