From e5cbad5131a30dab1dae4a21a92ca82f137415e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:16:26 +0000 Subject: [PATCH] Bump shoulda-matchers from 6.3.1 to 6.4.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.3.1 to 6.4.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/v6.3.1...v6.4.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 71b6d17d4..58a6c1c4c 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ group :test do gem 'simplecov' # Faker added 0.5 seconds to the test suite per call. Haikunator seems much faster for faking strings gem 'haikunator' - gem 'shoulda-matchers', '~> 6.3' + gem 'shoulda-matchers', '~> 6.4' gem 'json-schema', '~> 4.3.1' gem 'launchy' diff --git a/Gemfile.lock b/Gemfile.lock index dbd131f3a..2c554a37c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -338,7 +338,7 @@ GEM mini_magick (4.13.2) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) minitest-retry (0.2.2) minitest (>= 5.0) msgpack (1.7.2) @@ -533,7 +533,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - shoulda-matchers (6.3.1) + shoulda-matchers (6.4.0) activesupport (>= 5.2.0) sidekiq (7.3.0) concurrent-ruby (< 2) @@ -688,7 +688,7 @@ DEPENDENCIES rubocop-rails sdoc selenium-webdriver - shoulda-matchers (~> 6.3) + shoulda-matchers (~> 6.4) sidekiq (~> 7.3) sidekiq-cron (~> 1.12) sidekiq-unique-jobs (~> 8.0)