From 83abfc31dfb354b164393e360b995f466fb6dbc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Dec 2022 18:05:39 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c12150d..1c4915f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'mongoid', '~> 5.1.0' gem 'bson_ext' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0.5' +gem 'sass-rails', '~> 6.0.0' gem 'bootstrap-sass', '~> 3.0.2.0'