From e2d28efbee77ad8a2285a1f3e9ddab79d19e423b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:47:42 +0000 Subject: [PATCH] Bump rspec-rails from 8.0.0 to 8.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.0 to 8.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index d9b6be9..8df54cd 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development, :test do gem "capybara", require: "capybara" gem "selenium-webdriver" - gem "rspec-rails", "~> 8.0.0" + gem "rspec-rails", "~> 8.0.1" gem "faker" gem "factory_bot_rails" end diff --git a/Gemfile.lock b/Gemfile.lock index cf82c4a..575f3b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,7 @@ GEM ruby-statistics (>= 4.0.1) ruby2_keywords thor (>= 0.19, < 2) - diff-lcs (1.6.1) + diff-lcs (1.6.2) drb (2.2.3) erb (5.0.1) erubi (1.13.1) @@ -304,15 +304,15 @@ GEM reline (0.6.1) io-console (~> 0.5) rexml (3.4.1) - rspec-core (3.13.3) + rspec-core (3.13.4) rspec-support (~> 3.13.0) - rspec-expectations (3.13.4) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.4) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.0) + rspec-rails (8.0.1) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) @@ -320,7 +320,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.3) + rspec-support (3.13.4) rubocop (1.75.3) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -457,7 +457,7 @@ DEPENDENCIES rdiscount rdoc redcarpet - rspec-rails (~> 8.0.0) + rspec-rails (~> 8.0.1) rubocop-rails-omakase selenium-webdriver skylight