From d7db063caf0af69b4a61490da1826aeffeb773ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Dec 2022 00:06:50 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 225cb65..e4b8b1c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '~> 3.1.0' +gem 'rails', '~> 4.0.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -10,13 +10,13 @@ gem 'gravatar_image_tag', '1.0.0.pre2' gem 'will_paginate', '3.0.pre2' group:development do - gem 'rspec-rails', '2.6.1' + gem 'rspec-rails', '2.8.0' gem 'annotate', '2.4.0' gem 'faker', '0.3.1' end group:test do - gem 'rspec-rails','2.6.1' + gem 'rspec-rails', '2.8.0' gem 'webrat', '0.7.1' gem 'spork', '0.9.0.rc8' gem 'autotest', '4.4.6' @@ -40,12 +40,12 @@ gem 'rack-ssl', :require => 'rack/ssl' # 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 'jquery-rails' +gem 'jquery-rails', '>= 2.0.1' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0'