From 324e460cfb4212265ec96017a32215b095f9ccf0 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Thu, 31 May 2012 15:34:26 -0700 Subject: [PATCH] updating rails to 3.2.4 --- Gemfile | 2 +- Gemfile.lock | 60 ++++++++++++++++++++++++++-------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Gemfile b/Gemfile index 06172736f..eaec4680d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'http://rubygems.org' gem 'bundler', '> 1.1.0' ruby '1.9.3' if ENV['HEROKU'] -gem 'rails', '3.2.2' +gem 'rails', '3.2.4' gem 'foreman', '0.41' diff --git a/Gemfile.lock b/Gemfile.lock index 3d734a3c8..73b4d13b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,34 +41,34 @@ GEM remote: http://rubygems.org/ specs: SystemTimer (1.2.3) - actionmailer (3.2.2) - actionpack (= 3.2.2) - mail (~> 2.4.0) - actionpack (3.2.2) - activemodel (= 3.2.2) - activesupport (= 3.2.2) + actionmailer (3.2.4) + actionpack (= 3.2.4) + mail (~> 2.4.4) + actionpack (3.2.4) + activemodel (= 3.2.4) + activesupport (= 3.2.4) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.1) rack (~> 1.4.0) - rack-cache (~> 1.1) + rack-cache (~> 1.2) rack-test (~> 0.6.1) - sprockets (~> 2.1.2) - activemodel (3.2.2) - activesupport (= 3.2.2) + sprockets (~> 2.1.3) + activemodel (3.2.4) + activesupport (= 3.2.4) builder (~> 3.0.0) - activerecord (3.2.2) - activemodel (= 3.2.2) - activesupport (= 3.2.2) + activerecord (3.2.4) + activemodel (= 3.2.4) + activesupport (= 3.2.4) arel (~> 3.0.2) tzinfo (~> 0.3.29) activerecord-import (0.2.9) activerecord (~> 3.0) activerecord (~> 3.0) - activeresource (3.2.2) - activemodel (= 3.2.2) - activesupport (= 3.2.2) - activesupport (3.2.2) + activeresource (3.2.4) + activemodel (= 3.2.4) + activesupport (= 3.2.4) + activesupport (3.2.4) i18n (~> 0.6) multi_json (~> 1.0) acts_as_api (0.4) @@ -314,14 +314,14 @@ GEM rack rack-test (0.6.1) rack (>= 1.0) - rails (3.2.2) - actionmailer (= 3.2.2) - actionpack (= 3.2.2) - activerecord (= 3.2.2) - activeresource (= 3.2.2) - activesupport (= 3.2.2) + rails (3.2.4) + actionmailer (= 3.2.4) + actionpack (= 3.2.4) + activerecord (= 3.2.4) + activeresource (= 3.2.4) + activesupport (= 3.2.4) bundler (~> 1.0) - railties (= 3.2.2) + railties (= 3.2.4) rails-i18n (0.6.4) i18n (~> 0.5) rails_admin (0.0.3) @@ -339,13 +339,13 @@ GEM sass-rails (~> 3.1) rails_autolink (1.0.7) rails (~> 3.1) - railties (3.2.2) - actionpack (= 3.2.2) - activesupport (= 3.2.2) + railties (3.2.4) + actionpack (= 3.2.4) + activesupport (= 3.2.4) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) - thor (~> 0.14.6) + thor (>= 0.14.6, < 2.0) raindrops (0.8.1) rake (0.9.2.2) rbx-require-relative (0.0.9) @@ -417,7 +417,7 @@ GEM daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - thor (0.14.6) + thor (0.15.2) tilt (1.3.3) timecop (0.3.5) treetop (1.4.10) @@ -514,7 +514,7 @@ DEPENDENCIES rack-piwik rack-rewrite (~> 1.2.1) rack-ssl - rails (= 3.2.2) + rails (= 3.2.4) rails-i18n rails_admin (~> 0.0.3) rails_autolink