From 80e60caf9a316c155b3fcf6ba1dcf50c44d46d8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 23:19:21 +0000 Subject: [PATCH] fix: example/rails3.1/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853 --- example/rails3.1/Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/rails3.1/Gemfile b/example/rails3.1/Gemfile index ebd5be2a..b1e36a0a 100644 --- a/example/rails3.1/Gemfile +++ b/example/rails3.1/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.1.0' +gem 'rails', '3.2.4' # 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', '~> 3.2.0' + gem 'coffee-rails', '~> 3.2.0' gem 'uglifier' end -gem 'jquery-rails' +gem 'jquery-rails', '>= 2.1.4' gem 'analytical', :path => '../..'