Upgrade to rspec-rails 8.0.2

This commit is contained in:
Emi Matchu 2026-01-17 22:08:12 -08:00
parent 790f8a3016
commit e9235d0b40
4 changed files with 7 additions and 11 deletions

View file

@ -86,9 +86,5 @@ gem "sentry-rails", "~> 5.12"
gem "shell", "~> 0.8.1" gem "shell", "~> 0.8.1"
# For automated tests. # For automated tests.
group :development, :test do gem 'rspec-rails', '~> 8.0', '>= 8.0.2', group: [:development, :test]
gem "rspec-rails", "~> 7.0" gem "webmock", "~> 3.24", group: [:test]
end
group :test do
gem "webmock", "~> 3.24"
end

View file

@ -380,10 +380,10 @@ GEM
rspec-mocks (3.13.7) rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-rails (7.1.1) rspec-rails (8.0.2)
actionpack (>= 7.0) actionpack (>= 7.2)
activesupport (>= 7.0) activesupport (>= 7.2)
railties (>= 7.0) railties (>= 7.2)
rspec-core (~> 3.13) rspec-core (~> 3.13)
rspec-expectations (~> 3.13) rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13) rspec-mocks (~> 3.13)
@ -507,7 +507,7 @@ DEPENDENCIES
rails (~> 8.0, >= 8.0.1) rails (~> 8.0, >= 8.0.1)
rails-i18n (~> 8.0, >= 8.0.1) rails-i18n (~> 8.0, >= 8.0.1)
rdiscount (~> 2.2, >= 2.2.7.1) rdiscount (~> 2.2, >= 2.2.7.1)
rspec-rails (~> 7.0) rspec-rails (~> 8.0, >= 8.0.2)
ruby-vips (~> 2.2) ruby-vips (~> 2.2)
sanitize (~> 7.0) sanitize (~> 7.0)
sass-rails (~> 6.0) sass-rails (~> 6.0)

Binary file not shown.

BIN
vendor/cache/rspec-rails-8.0.2.gem vendored Normal file

Binary file not shown.