From 595a6d722a896bf1f1b84b1b115d565999275851 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jul 2021 06:02:21 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RDOC-1316279 --- Gemfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f449053..84e91dc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.1.1' +gem 'rails', '4.0.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -12,16 +12,16 @@ gem 'json' # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails', '~> 3.1.4' - gem 'coffee-rails', '~> 3.1.1' + gem 'sass-rails', '~> 4.0.0' + gem 'coffee-rails', '~> 4.0.0' gem 'uglifier', '>= 1.0.3' end gem 'json' gem 'atom' -gem 'jquery-rails' -gem "haml-rails" +gem 'jquery-rails', '>= 2.0.1' +gem "haml-rails", ">= 0.3.5" # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0'