From 9338c2a9e3dd251b7867c24e8cc26f7eede37e8a Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Wed, 9 Jan 2013 12:36:30 +1100 Subject: [PATCH] Rails security update --- Gemfile | 2 +- Gemfile.lock | 52 ++++++++++++++++++++++++++-------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Gemfile b/Gemfile index e895f04e0..9b486d4de 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source :rubygems -gem 'rails', '3.0.18' +gem 'rails', '3.0.19' gem "capistrano" # Need to use older version of mysql2 because we're on Rails 3.0 diff --git a/Gemfile.lock b/Gemfile.lock index 48461b6ae..040079c95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,12 +17,12 @@ GEM remote: http://rubygems.org/ specs: abstract (1.0.0) - actionmailer (3.0.18) - actionpack (= 3.0.18) + actionmailer (3.0.19) + actionpack (= 3.0.19) mail (~> 2.2.19) - actionpack (3.0.18) - activemodel (= 3.0.18) - activesupport (= 3.0.18) + actionpack (3.0.19) + activemodel (= 3.0.19) + activesupport (= 3.0.19) builder (~> 2.1.2) erubis (~> 2.6.6) i18n (~> 0.5.0) @@ -41,19 +41,19 @@ GEM meta_search (>= 0.9.2) rails (>= 3.0.0) sass (>= 3.1.0) - activemodel (3.0.18) - activesupport (= 3.0.18) + activemodel (3.0.19) + activesupport (= 3.0.19) builder (~> 2.1.2) i18n (~> 0.5.0) - activerecord (3.0.18) - activemodel (= 3.0.18) - activesupport (= 3.0.18) + activerecord (3.0.19) + activemodel (= 3.0.19) + activesupport (= 3.0.19) arel (~> 2.0.10) tzinfo (~> 0.3.23) - activeresource (3.0.18) - activemodel (= 3.0.18) - activesupport (= 3.0.18) - activesupport (3.0.18) + activeresource (3.0.19) + activemodel (= 3.0.19) + activesupport (= 3.0.19) + activesupport (3.0.19) addressable (2.3.2) arel (2.0.10) bcrypt-ruby (3.0.1) @@ -192,7 +192,7 @@ GEM rabl (0.7.1) activesupport (>= 2.3.14) multi_json (~> 1.0) - rack (1.2.5) + rack (1.2.6) rack-livereload (0.3.6) rack rack-mount (0.6.14) @@ -201,17 +201,17 @@ GEM rack (>= 1.0) rack-throttle (0.3.0) rack (>= 1.0.0) - rails (3.0.18) - actionmailer (= 3.0.18) - actionpack (= 3.0.18) - activerecord (= 3.0.18) - activeresource (= 3.0.18) - activesupport (= 3.0.18) + rails (3.0.19) + actionmailer (= 3.0.19) + actionpack (= 3.0.19) + activerecord (= 3.0.19) + activeresource (= 3.0.19) + activesupport (= 3.0.19) bundler (~> 1.0) - railties (= 3.0.18) - railties (3.0.18) - actionpack (= 3.0.18) - activesupport (= 3.0.18) + railties (= 3.0.19) + railties (3.0.19) + actionpack (= 3.0.19) + activesupport (= 3.0.19) rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.4) @@ -312,7 +312,7 @@ DEPENDENCIES rabl rack-livereload rack-throttle - rails (= 3.0.18) + rails (= 3.0.19) rake rspec-rails (~> 2.4) rvm-capistrano