From b7487045ad95fdfd9ebf370599fa2666592ed72d Mon Sep 17 00:00:00 2001 From: Rob Ramsay Date: Thu, 8 May 2014 17:01:24 +1200 Subject: [PATCH] added security fix Former-commit-id: 4d0c1010f28088a4de93ae10519f2f3ef789d0b3 --- Gemfile | 2 +- Gemfile.lock | 62 ++++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Gemfile b/Gemfile index bad2fb3ca..59ca1514e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ end source 'http://rubygems.org' -gem 'rails', '~> 3.2.16' +gem 'rails', '~> 3.2.18' gem 'haml' gem 'nokogiri' gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index ae61fb07f..9b3aa0a13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GEM remote: http://rubygems.org/ specs: - actionmailer (3.2.16) - actionpack (= 3.2.16) + actionmailer (3.2.18) + actionpack (= 3.2.18) mail (~> 2.5.4) - actionpack (3.2.16) - activemodel (= 3.2.16) - activesupport (= 3.2.16) + actionpack (3.2.18) + activemodel (= 3.2.18) + activesupport (= 3.2.18) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.4) @@ -14,18 +14,18 @@ GEM rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) - activemodel (3.2.16) - activesupport (= 3.2.16) + activemodel (3.2.18) + activesupport (= 3.2.18) builder (~> 3.0.0) - activerecord (3.2.16) - activemodel (= 3.2.16) - activesupport (= 3.2.16) + activerecord (3.2.18) + activemodel (= 3.2.18) + activesupport (= 3.2.18) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activeresource (3.2.16) - activemodel (= 3.2.16) - activesupport (= 3.2.16) - activesupport (3.2.16) + activeresource (3.2.18) + activemodel (= 3.2.18) + activesupport (= 3.2.18) + activesupport (3.2.18) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) arel (3.0.3) @@ -73,7 +73,7 @@ GEM mini_magick (3.4) subexec (~> 0.2.1) modernizr-rails (2.7.0) - multi_json (1.8.4) + multi_json (1.10.0) net-scp (1.1.0) net-ssh (>= 2.6.5) net-sftp (2.1.1) @@ -88,30 +88,30 @@ GEM activesupport (>= 3.0.0) cocaine (~> 0.5.0) mime-types - polyglot (0.3.3) + polyglot (0.3.4) rack (1.4.5) rack-cache (1.2) rack (>= 0.4) - rack-ssl (1.3.3) + rack-ssl (1.3.4) rack rack-test (0.6.2) rack (>= 1.0) - rails (3.2.16) - actionmailer (= 3.2.16) - actionpack (= 3.2.16) - activerecord (= 3.2.16) - activeresource (= 3.2.16) - activesupport (= 3.2.16) + rails (3.2.18) + actionmailer (= 3.2.18) + actionpack (= 3.2.18) + activerecord (= 3.2.18) + activeresource (= 3.2.18) + activesupport (= 3.2.18) bundler (~> 1.0) - railties (= 3.2.16) - railties (3.2.16) - actionpack (= 3.2.16) - activesupport (= 3.2.16) + railties (= 3.2.18) + railties (3.2.18) + actionpack (= 3.2.18) + activesupport (= 3.2.18) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (10.1.1) + rake (10.3.1) rdiscount (1.6.8) rdoc (3.12.2) json (~> 1.4) @@ -144,12 +144,12 @@ GEM therubyracer (0.11.4) libv8 (~> 3.11.8.12) ref - thor (0.18.1) + thor (0.19.1) tilt (1.4.1) treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.38) + tzinfo (0.3.39) uglifier (2.2.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) @@ -174,7 +174,7 @@ DEPENDENCIES modernizr-rails nokogiri paperclip - rails (~> 3.2.16) + rails (~> 3.2.18) rdiscount (~> 1.6.8) rspec-rails (~> 2.4) rvm-capistrano