From 59640093136565a31e577a0959e19ad28ae76051 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 7 Jun 2011 17:49:31 -0700 Subject: [PATCH] Update rails dependency to verison 3.0.8 --- Gemfile.lock | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 28239c663e..ec39c1b213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,12 +7,12 @@ GEM Platform (0.4.0) SystemTimer (1.2.3) abstract (1.0.0) - actionmailer (3.0.7) - actionpack (= 3.0.7) - mail (~> 2.2.15) - actionpack (3.0.7) - activemodel (= 3.0.7) - activesupport (= 3.0.7) + actionmailer (3.0.8) + actionpack (= 3.0.8) + mail (~> 2.2.19) + actionpack (3.0.8) + activemodel (= 3.0.8) + activesupport (= 3.0.8) builder (~> 2.1.2) erubis (~> 2.6.6) i18n (~> 0.5.0) @@ -20,19 +20,19 @@ GEM rack-mount (~> 0.6.14) rack-test (~> 0.5.7) tzinfo (~> 0.3.23) - activemodel (3.0.7) - activesupport (= 3.0.7) + activemodel (3.0.8) + activesupport (= 3.0.8) builder (~> 2.1.2) i18n (~> 0.5.0) - activerecord (3.0.7) - activemodel (= 3.0.7) - activesupport (= 3.0.7) - arel (~> 2.0.2) + activerecord (3.0.8) + activemodel (= 3.0.8) + activesupport (= 3.0.8) + arel (~> 2.0.10) tzinfo (~> 0.3.23) - activeresource (3.0.7) - activemodel (= 3.0.7) - activesupport (= 3.0.7) - activesupport (3.0.7) + activeresource (3.0.8) + activemodel (= 3.0.8) + activesupport (= 3.0.8) + activesupport (3.0.8) addressable (2.2.6) archive-tar-minitar (0.5.2) arel (2.0.10) @@ -126,7 +126,7 @@ GEM minitest_tu_shim (1.3.2) minitest (>= 1.6.0) mocha (0.9.12) - multi_json (0.0.5) + multi_json (0.0.4) multipart-post (1.1.2) nokogiri (1.4.4) nokogiri (1.4.4-java) @@ -157,17 +157,17 @@ GEM rack (>= 1.0.0) rack-test (0.5.7) rack (>= 1.0) - rails (3.0.7) - actionmailer (= 3.0.7) - actionpack (= 3.0.7) - activerecord (= 3.0.7) - activeresource (= 3.0.7) - activesupport (= 3.0.7) + rails (3.0.8) + actionmailer (= 3.0.8) + actionpack (= 3.0.8) + activerecord (= 3.0.8) + activeresource (= 3.0.8) + activesupport (= 3.0.8) bundler (~> 1.0) - railties (= 3.0.7) - railties (3.0.7) - actionpack (= 3.0.7) - activesupport (= 3.0.7) + railties (= 3.0.8) + railties (3.0.8) + actionpack (= 3.0.8) + activesupport (= 3.0.8) rake (>= 0.8.7) thor (~> 0.14.4) rake (0.9.2)