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)