From a4d1f02ec9023fe5f6e5cc08be2ed30e72d05429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:10:51 +0000 Subject: [PATCH] build(deps-dev): bump rspec-rails from 8.0.2 to 8.0.3 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.2 to 8.0.3. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5c055a84d7..21a2524aa0 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :test do gem 'rspec-collection_matchers' gem 'rspec-instafail' gem 'rspec-its' - gem 'rspec-rails', '~> 8.0.2' + gem 'rspec-rails', '~> 8.0.3' gem 'rspec-wait' gem 'rubocop', '~> 1.84.1' gem 'rubocop-capybara' diff --git a/Gemfile.lock b/Gemfile.lock index 6c2f0eeb22..ce379996fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -461,7 +461,7 @@ GEM rspec-mocks (3.13.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.2) + rspec-rails (8.0.3) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) @@ -677,7 +677,7 @@ DEPENDENCIES rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 8.0.2) + rspec-rails (~> 8.0.3) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 1.84.1)