From 916f28fa249455b968d92c85a1b6f705bd702b2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 06:16:05 +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 - https://snyk.io/vuln/SNYK-RUBY-ACTIONTEXT-8220270 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f761b343..aca69d88 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'dotenv-rails', '>= 3.0.0', groups: %i[development test] gem 'inherited_resources', '1.14.0' # Bundle Rails instead: gem 'rails', github: 'rails/rails' -gem "rails", "~> 7.0.8", ">= 7.0.8.4" +gem "rails", "~> 7.0.8", ">= 7.0.8.5" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails", ">= 3.5.2"