From a6a14f9b1389b32603e831ed0d530daa39828f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:58:12 +0000 Subject: [PATCH] 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 912e61cd..0f454d44 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,6 @@ end group :development, :test do gem 'capybara', '~> 3.40' gem 'rails-controller-testing', '~> 1.0' - gem 'rspec-rails', '~> 7.0' + gem 'rspec-rails', '~> 7.1' gem 'timecop' end diff --git a/Gemfile.lock b/Gemfile.lock index b6043082..ee63d68a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -188,15 +188,15 @@ GEM regexp_parser (2.9.0) rexml (3.3.9) rollbar (3.6.0) - rspec-core (3.13.1) + 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.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -252,7 +252,7 @@ DEPENDENCIES rails (~> 7.0.0) rails-controller-testing (~> 1.0) rollbar - rspec-rails (~> 7.0) + rspec-rails (~> 7.1) sass-rails (~> 6.0) soup (~> 1.0) timecop