Upgrade to rspec-rails 8.0.2
This commit is contained in:
parent
790f8a3016
commit
e9235d0b40
4 changed files with 7 additions and 11 deletions
8
Gemfile
8
Gemfile
|
|
@ -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
|
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -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)
|
||||||
|
|
|
||||||
BIN
vendor/cache/rspec-rails-7.1.1.gem
vendored
BIN
vendor/cache/rspec-rails-7.1.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-rails-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/rspec-rails-8.0.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue