From 8305321e9da1b24ff28d12762c2a0a6aae76d14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:29:58 +0000 Subject: [PATCH] build(deps-dev): bump shoulda-matchers from 6.1.0 to 6.2.0 Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.1.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/v6.1.0...v6.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4d1c8673c0..5c0f24da0c 100644 --- a/Gemfile +++ b/Gemfile @@ -196,7 +196,7 @@ group :test do # Show code coverage. gem 'simplecov' # More concise test ("should") matchers - gem 'shoulda-matchers', '~> 6.1' + gem 'shoulda-matchers', '~> 6.2' # Mock HTTP requests and ensure they are not called during tests. gem "webmock", "~> 3.23" # Interface capybara to chrome headless diff --git a/Gemfile.lock b/Gemfile.lock index 240e24a01d..6692d8e7fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,7 +349,7 @@ GEM mini_mime (1.1.5) mini_racer (0.8.0) libv8-node (~> 18.16.0.0) - minitest (5.22.2) + minitest (5.22.3) monetize (1.12.0) money (~> 6.12) money (6.16.0) @@ -574,7 +574,7 @@ GEM sprockets-rails tilt shellany (0.0.1) - shoulda-matchers (6.1.0) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) simple_form (5.3.0) actionpack (>= 5.2) @@ -738,7 +738,7 @@ DEPENDENCIES rubocop-performance rubocop-rails (~> 2.24.0) sass-rails - shoulda-matchers (~> 6.1) + shoulda-matchers (~> 6.2) simple_form simplecov sprockets (~> 4.2.1)