From c67cc0e8be6796a40fd306e05e8918a4f48da12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:31:23 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [rspec-rails](https://github.com/rspec/rspec-rails) and [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers). Updates `rspec-rails` from 6.1.3 to 6.1.4 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4) Updates `shoulda-matchers` from 6.3.0 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.0...v6.4.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: shoulda-matchers dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 57176735d..56a3fa54c 100644 --- a/Gemfile +++ b/Gemfile @@ -114,7 +114,7 @@ group :test do gem 'cuprite' gem 'rspec-collection_matchers' gem 'rspec-its' - gem 'rspec-rails', '6.1.3' + gem 'rspec-rails', '6.1.4' gem 'rspec-retry' gem 'shoulda-matchers' gem 'simplecov', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 29be2cc6a..12173b476 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -265,7 +265,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0305) mini_mime (1.1.5) - minitest (5.24.1) + minitest (5.25.1) mjml-rails (4.11.0) msgpack (1.7.2) multi_json (1.15.0) @@ -436,7 +436,7 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) + rspec-rails (6.1.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -494,7 +494,7 @@ GEM bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) shellany (0.0.1) - shoulda-matchers (6.3.0) + shoulda-matchers (6.4.0) activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) @@ -619,7 +619,7 @@ DEPENDENCIES redis rspec-collection_matchers rspec-its - rspec-rails (= 6.1.3) + rspec-rails (= 6.1.4) rspec-retry rubocop rubocop-capybara