From 8c42fc907303baa32c923c88ed8512c9bf707770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 05:08:16 +0000 Subject: [PATCH] build(deps-dev): bump rspec-rails from 7.1.1 to 8.0.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to 8.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index a3e9857b1bb..08b3fd29f96 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :test do gem 'rspec-collection_matchers' gem 'rspec-instafail' gem 'rspec-its' - gem 'rspec-rails', '~> 7.1.1' + gem 'rspec-rails', '~> 8.0.0' gem 'rspec-wait' gem 'rubocop', '~> 1.75.4' gem 'rubocop-capybara' diff --git a/Gemfile.lock b/Gemfile.lock index 8fb3e214c17..dd8c08419f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM simplecov (<= 0.13) coderay (1.1.3) concurrent-ruby (1.3.5) - connection_pool (2.5.1) + connection_pool (2.5.3) crack (1.0.0) bigdecimal rexml @@ -267,7 +267,7 @@ GEM concurrent-ruby (~> 1.0) io-console (0.8.0) ipaddress (0.8.3) - irb (1.15.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -371,7 +371,7 @@ GEM pry-byebug (3.11.0) byebug (~> 12.0) pry (>= 0.13, < 0.16) - psych (5.2.3) + psych (5.2.4) date stringio public_suffix (6.0.1) @@ -411,14 +411,14 @@ GEM ffi (~> 1.0) rbs (3.9.2) logger - rdoc (6.12.0) + rdoc (6.13.1) psych (>= 4.0.0) redis (5.4.0) redis-client (>= 0.22.0) redis-client (0.23.2) connection_pool regexp_parser (2.10.0) - reline (0.6.0) + reline (0.6.1) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -443,7 +443,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.3) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-instafail (1.0.0) @@ -451,18 +451,18 @@ GEM rspec-its (2.0.0) rspec-core (>= 3.13.0) rspec-expectations (>= 3.13.0) - rspec-mocks (3.13.2) + rspec-mocks (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.0) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.2) + rspec-support (3.13.3) rspec-wait (1.0.1) rspec (>= 3.4) rspec_api_documentation (6.1.0) @@ -565,7 +565,7 @@ GEM steno (1.3.5) fluent-logger yajl-ruby (~> 1.0) - stringio (3.1.2) + stringio (3.1.7) talentbox-delayed_job_sequel (4.3.0) delayed_job (~> 4.1.0) sequel (>= 3.38, < 6.0) @@ -600,7 +600,7 @@ GEM yard (0.9.37) yard-solargraph (0.1.0) yard (~> 0.9) - zeitwerk (2.7.1) + zeitwerk (2.7.2) PLATFORMS ruby @@ -668,7 +668,7 @@ DEPENDENCIES rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 7.1.1) + rspec-rails (~> 8.0.0) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 1.75.4)