diff --git a/Gemfile b/Gemfile index 49f5795b..b127da10 100644 --- a/Gemfile +++ b/Gemfile @@ -86,9 +86,5 @@ gem "sentry-rails", "~> 5.12" gem "shell", "~> 0.8.1" # For automated tests. -group :development, :test do - gem "rspec-rails", "~> 7.0" -end -group :test do - gem "webmock", "~> 3.24" -end +gem 'rspec-rails', '~> 8.0', '>= 8.0.2', group: [:development, :test] +gem "webmock", "~> 3.24", group: [:test] diff --git a/Gemfile.lock b/Gemfile.lock index 539801fc..a9bacd8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,10 +380,10 @@ GEM rspec-mocks (3.13.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.2) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -507,7 +507,7 @@ DEPENDENCIES rails (~> 8.0, >= 8.0.1) rails-i18n (~> 8.0, >= 8.0.1) rdiscount (~> 2.2, >= 2.2.7.1) - rspec-rails (~> 7.0) + rspec-rails (~> 8.0, >= 8.0.2) ruby-vips (~> 2.2) sanitize (~> 7.0) sass-rails (~> 6.0) diff --git a/vendor/cache/rspec-rails-7.1.1.gem b/vendor/cache/rspec-rails-7.1.1.gem deleted file mode 100644 index 807b133f..00000000 Binary files a/vendor/cache/rspec-rails-7.1.1.gem and /dev/null differ diff --git a/vendor/cache/rspec-rails-8.0.2.gem b/vendor/cache/rspec-rails-8.0.2.gem new file mode 100644 index 00000000..5c3ca66a Binary files /dev/null and b/vendor/cache/rspec-rails-8.0.2.gem differ