From 3666c159a418a2813f6b27e4cb72de9c31d36d61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Jul 2022 11:41:05 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-TZINFO-2958048 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b792c19..8b12b98 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.2.3' gem 'rails', '4.2.4' gem 'pg', '~> 0.18.3' -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 5.0', '>= 5.0.4' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.1.0' gem 'jquery-rails', '~> 4.0.5'