From 075baa79812d18d651031abed9ffc7dda123d1ac Mon Sep 17 00:00:00 2001 From: eagletmt Date: Tue, 12 Feb 2013 10:54:50 +0900 Subject: [PATCH] Update json gem to fix CVE-2013-0269 I also updated to Rails 3.2.12 which fixes CVE-2013-0276, but it doesn't affect to this application. --- CutenServer/Gemfile | 2 +- CutenServer/Gemfile.lock | 66 ++++++++++++++++++++++++------------------------ 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/CutenServer/Gemfile b/CutenServer/Gemfile index 5b727cb..90437a8 100644 --- a/CutenServer/Gemfile +++ b/CutenServer/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '3.2.11' +gem 'rails', '3.2.12' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' diff --git a/CutenServer/Gemfile.lock b/CutenServer/Gemfile.lock index 1eab5f8..9284533 100644 --- a/CutenServer/Gemfile.lock +++ b/CutenServer/Gemfile.lock @@ -1,31 +1,31 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (3.2.11) - actionpack (= 3.2.11) + actionmailer (3.2.12) + actionpack (= 3.2.12) mail (~> 2.4.4) - actionpack (3.2.11) - activemodel (= 3.2.11) - activesupport (= 3.2.11) + actionpack (3.2.12) + activemodel (= 3.2.12) + activesupport (= 3.2.12) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.4) - rack (~> 1.4.0) + rack (~> 1.4.5) rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) - activemodel (3.2.11) - activesupport (= 3.2.11) + activemodel (3.2.12) + activesupport (= 3.2.12) builder (~> 3.0.0) - activerecord (3.2.11) - activemodel (= 3.2.11) - activesupport (= 3.2.11) + activerecord (3.2.12) + activemodel (= 3.2.12) + activesupport (= 3.2.12) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activeresource (3.2.11) - activemodel (= 3.2.11) - activesupport (= 3.2.11) - activesupport (3.2.11) + activeresource (3.2.12) + activemodel (= 3.2.12) + activesupport (= 3.2.12) + activesupport (3.2.12) i18n (~> 0.6) multi_json (~> 1.0) arel (3.0.2) @@ -90,7 +90,7 @@ GEM jquery-rails (2.1.4) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.7.6) + json (1.7.7) kgio (2.7.4) libv8 (3.11.8.13) listen (0.7.1) @@ -100,8 +100,8 @@ GEM mime-types (~> 1.16) treetop (~> 1.4.8) method_source (0.8.1) - mime-types (1.19) - multi_json (1.5.0) + mime-types (1.21) + multi_json (1.5.1) nokogiri (1.5.6) open4 (1.3.0) orm_adapter (0.4.0) @@ -128,31 +128,31 @@ GEM pry (>= 0.9.10) pry-stack_explorer (0.4.7) binding_of_caller (~> 0.6.8) - rack (1.4.3) + rack (1.4.5) rack-cache (1.2) rack (>= 0.4) - rack-ssl (1.3.2) + rack-ssl (1.3.3) rack rack-test (0.6.2) rack (>= 1.0) - rails (3.2.11) - actionmailer (= 3.2.11) - actionpack (= 3.2.11) - activerecord (= 3.2.11) - activeresource (= 3.2.11) - activesupport (= 3.2.11) + rails (3.2.12) + actionmailer (= 3.2.12) + actionpack (= 3.2.12) + activerecord (= 3.2.12) + activeresource (= 3.2.12) + activesupport (= 3.2.12) bundler (~> 1.0) - railties (= 3.2.11) - railties (3.2.11) - actionpack (= 3.2.11) - activesupport (= 3.2.11) + railties (= 3.2.12) + railties (3.2.12) + actionpack (= 3.2.12) + activesupport (= 3.2.12) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) raindrops (0.10.0) rake (10.0.3) - rdoc (3.12) + rdoc (3.12.1) json (~> 1.4) ref (1.0.2) sass (3.2.5) @@ -180,7 +180,7 @@ GEM therubyracer (0.11.1) libv8 (~> 3.11.8.7) ref - thor (0.16.0) + thor (0.17.0) tilt (1.3.3) treetop (1.4.12) polyglot @@ -217,7 +217,7 @@ DEPENDENCIES pry-doc pry-exception_explorer pry-rails - rails (= 3.2.11) + rails (= 3.2.12) sass-rails (~> 3.2.3) simplecov spork-rails -- 2.11.0