From 99b3b18b504e7993b27a6f9ddd5cfec35fec452a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 18:05:21 +0000 Subject: [PATCH] fix: spec/test-app/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONMAILER-8220269 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220162 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220268 --- spec/test-app/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/test-app/Gemfile b/spec/test-app/Gemfile index 7ab0618..bb3cad2 100644 --- a/spec/test-app/Gemfile +++ b/spec/test-app/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.5.2' +gem 'rails', '7.0.0' # Use sqlite3 as the database for Active Record gem 'sqlite3'