From bdce45083bab1e490ad55cbbb65e7667148ab164 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 15:28:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 8a6a9d8e..becc57a3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby "2.3.1" # -# Bundle edge Rails instead: gem "rails", github: "rails/rails" +# Bundle edge Rails instead: gem "rails", ">= 7.0.0", github: "rails/rails" gem "rails" gem "listen" @@ -14,7 +14,7 @@ gem "pg" gem "puma" # Use SCSS for stylesheets -gem "sass-rails" +gem "sass-rails", ">= 6.0.0" # Use Uglifier as compressor for JavaScript assets gem "uglifier" # Use CoffeeScript for .js.coffee assets and views