From a3f06434d9fa3fd0888b11514570227a1d411c63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Dec 2022 18:14:34 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 45c2c3af97f..5b95944505b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '2.4.1' -gem 'rails', '~> 5.1.0' +gem 'rails', '~> 5.1.2' gem 'rails-i18n' gem 'uglifier' gem 'jquery-rails' @@ -15,7 +15,7 @@ gem 'sanitize' gem 'newrelic_rpm' gem 'will_paginate' gem 'will-paginate-i18n' -gem 'sass-rails' # Just for the compressor +gem 'sass-rails' , '>= 6.0.0' # Just for the compressor gem 'strip_attributes' gem 'redcarpet' gem 'ignorable'