From 2a544d654bd138b04dac99b23508b13e444f8d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:59:31 +0000 Subject: [PATCH] Bump rspec-rails from 7.0.0 to 7.1.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.0 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.0...v7.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ba4523e..7bf3061 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2" gem "nokogiri", "~> 1.16" gem "pry", "~> 0.15.0" gem "rake", "~> 13.2" -gem "rspec-rails", "~> 7.0" +gem "rspec-rails", "~> 7.1" gem "sprockets-rails", "~> 3.5" gem "sqlite3", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 197e329..b3fff83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,15 +194,15 @@ GEM regexp_parser (2.9.0) reline (0.5.11) io-console (~> 0.5) - rspec-core (3.13.0) + rspec-core (3.13.2) rspec-support (~> 3.13.0) - rspec-expectations (3.13.2) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.0) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -247,7 +247,7 @@ DEPENDENCIES pry (~> 0.15.0) rails-footnotes! rake (~> 13.2) - rspec-rails (~> 7.0) + rspec-rails (~> 7.1) sprockets-rails (~> 3.5) sqlite3 (~> 2.0)