From 928a9d6eebf9cec3a3a9e198731ee58b01d3cc19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:51:35 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.3 to 6.1.4 Bumps [rspec-rails](https://github.com/rspec/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) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d636793..dd828f3 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ group :development, :test do gem "simplecov", require: false # Test suite - gem "rspec-rails", "~> 6.1.0" + gem "rspec-rails", "~> 6.1.4" # Linter gem "rubocop", require: false diff --git a/Gemfile.lock b/Gemfile.lock index bf19842..f8a7c88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,13 +234,13 @@ GEM strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) 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) @@ -351,7 +351,7 @@ DEPENDENCIES puma (>= 5.0) rack-mini-profiler rails (~> 7.2.1) - rspec-rails (~> 6.1.0) + rspec-rails (~> 6.1.4) rubocop rubocop-rails-omakase simplecov