From 952a983f572f1977ecd435b38538649934bc01aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2024 02:28:00 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONMAILER-8220269 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220162 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220268 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4a572a8..eedcfda 100644 --- a/Gemfile +++ b/Gemfile @@ -3,14 +3,14 @@ source "http://rubygems.org" gemspec # used by the dummy application -gem 'rails', '3.1.0' +gem 'rails', '6.1.7.9' gem 'json' gem 'coffee-rails', "~> 3.1.0" gem 'haml-rails' # used by test rails apps gem 'sqlite3' -gem 'sass-rails', "~> 3.1.0" +gem 'sass-rails', '~> 6.0.0' gem 'uglifier' gem 'jquery-rails' gem 'turn', :require => false, :group => :test