From 1f71d7a2fe2dc8b7fbe399b10838dcef2b872c38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Oct 2022 03:16:22 +0000 Subject: [PATCH] fix: webui/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- webui/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/Gemfile b/webui/Gemfile index 6f7670f..ba7fcad 100644 --- a/webui/Gemfile +++ b/webui/Gemfile @@ -4,9 +4,9 @@ source 'https://rubygems.org/' gem 'rails', '4.1.8' gem 'sqlite3' -gem 'sass-rails', '~> 4.0.0' +gem 'sass-rails', '~> 4.0.5' gem 'uglifier', '>= 1.3.0' -gem 'coffee-rails', '~> 4.0.0' +gem 'coffee-rails', '~> 4.0.1' gem 'therubyracer', platforms: :ruby gem 'jquery-rails' gem 'turbolinks'