From 2aad2d163b64aa66fc9878dffbf3da2b27de7ee4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Feb 2025 21:28:24 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732769 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732779 - https://snyk.io/vuln/SNYK-RUBY-RACK-8720151 --- 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