From 05d4e3d1c3c1c082eb9a78deccbacc53ddca6029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:00:07 +0000 Subject: [PATCH] Build(deps-dev): Bump rspec-rails from 7.0.1 to 7.1.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.1 to 7.1.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: rspec-rails 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 f9b51a792e..3a69fcd0e8 100644 --- a/Gemfile +++ b/Gemfile @@ -190,7 +190,7 @@ group :test, :development do gem 'factory_bot_rails', '~> 6.4.4' gem 'oink', '~> 0.10.1' gem 'rspec-activemodel-mocks', '~> 1.2.1' - gem 'rspec-rails', '~> 7.0.1' + gem 'rspec-rails', '~> 7.1.0' gem 'pry', '~> 0.14.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 23d615b315..27d414e1fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -440,7 +440,7 @@ GEM activemodel (>= 3.0) activesupport (>= 3.0) rspec-mocks (>= 2.99, < 4.0) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -448,7 +448,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -640,7 +640,7 @@ DEPENDENCIES redis (~> 4.8.1) rolify (~> 6.0.1) rspec-activemodel-mocks (~> 1.2.1) - rspec-rails (~> 7.0.1) + rspec-rails (~> 7.1.0) rubocop (~> 1.68.0) rubocop-performance rubocop-rails