From 6f1a469dfa409eca96989c54321b132a960c2983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 23:01:43 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.5 to 8.0.4 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 to 8.0.4. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.5...v8.0.4) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index 28dc6cd..cf43f2c 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :development, :test do gem "rubocop-rails", "~> 2.34" # Use RSpec for testing [https://rspec.info/] - gem "rspec-rails", "~> 6.0" + gem "rspec-rails", "~> 8.0" # Use FactoryBot for fixtures replacement [https://github.com/thoughtbot/factory_bot] gem "factory_bot_rails" diff --git a/Gemfile.lock b/Gemfile.lock index f5006af..cd31565 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,19 +214,19 @@ GEM net-protocol net-ssh (7.3.1) nio4r (2.7.5) - nokogiri (1.19.1-aarch64-linux-gnu) + nokogiri (1.19.2-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-aarch64-linux-musl) + nokogiri (1.19.2-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.1-arm-linux-gnu) + nokogiri (1.19.2-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-arm-linux-musl) + nokogiri (1.19.2-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.1-x86_64-darwin) + nokogiri (1.19.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.1-x86_64-linux-gnu) + nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-x86_64-linux-musl) + nokogiri (1.19.2-x86_64-linux-musl) racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) @@ -327,14 +327,14 @@ GEM rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) + rspec-rails (8.0.4) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) + rspec-core (>= 3.13.0, < 5.0.0) + rspec-expectations (>= 3.13.0, < 5.0.0) + rspec-mocks (>= 3.13.0, < 5.0.0) + rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) rswag (2.17.0) rswag-api (= 2.17.0) @@ -462,7 +462,7 @@ DEPENDENCIES rack-cors rails (~> 8.0.4) redis (~> 5.4, >= 5.4.1) - rspec-rails (~> 6.0) + rspec-rails (~> 8.0) rswag rubocop (~> 1.85) rubocop-rails (~> 2.34)