Update rspec-rails to version 8.0.0 (#34588)

This commit is contained in:
Matt Jankowski 2025-05-02 02:33:20 -04:00 committed by GitHub
parent e3f0b955b8
commit 4354f84c5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View file

@ -212,7 +212,7 @@ group :development, :test do
gem 'test-prof', require: false
# RSpec runner for rails
gem 'rspec-rails', '~> 7.0'
gem 'rspec-rails', '~> 8.0'
end
group :production do