From b811163b085f871e30889b67ecc41b6db27421e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:08:01 +0000 Subject: [PATCH] Bump rspec-rails from 7.0.2 to 7.1.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.2 to 7.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.0.2...v7.1.1) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 27e1030..15f9045 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri windows] gem 'factory_bot_rails' - gem 'rspec-rails', '~> 7.0.1' + gem 'rspec-rails', '~> 7.1.1' gem 'shoulda-matchers' end diff --git a/Gemfile.lock b/Gemfile.lock index 2cada39..f211b64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -297,7 +297,7 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rake (13.2.1) - rdoc (6.11.0) + rdoc (6.12.0) psych (>= 4.0.0) redis (5.3.0) redis-client (>= 0.22.0) @@ -310,7 +310,7 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.4.0) - rspec-core (3.13.2) + rspec-core (3.13.3) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -318,7 +318,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.2) + rspec-rails (7.1.1) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -443,7 +443,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.0) redis (>= 4.0.1) - rspec-rails (~> 7.0.1) + rspec-rails (~> 7.1.1) selenium-webdriver shoulda-matchers sidekiq