From e41034f1cb014f5ccad8e3a9080186c55b2d8c16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 05:01:39 +0000 Subject: [PATCH] fix: 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5d394c65c..fa0a2f3d5 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'cancancan', '~> 2.3.0' gem 'hiredis', '~> 0.6.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.2.4', '>= 5.2.4.4' +gem 'rails', '~> 7.0.0' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.4.4', '< 0.6.0' # Use Puma as the app server