From 6b864c6c450e3924cb966247dcd8fdd700fc33e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jan 2023 21:48:23 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-3237231 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-3237232 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-3237239 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5637e5f..ac11e81 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.1.0' +gem 'rails', '6.1.7.1' gem 'newrelic_rpm' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -12,12 +12,12 @@ gem 'json' # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails', " ~> 3.1.0" - gem 'coffee-rails', "~> 3.1.0" + gem 'sass-rails', '~> 5.0.8' + gem 'coffee-rails', '~> 4.2.2' gem 'uglifier' end -gem 'jquery-rails' +gem 'jquery-rails', '>= 4.0.1' # Use unicorn as the web server # gem 'unicorn'