Update rails dependency to version 3.0.6

This commit is contained in:
Erik Michaels-Ober 2011-04-05 21:50:58 -07:00
parent 511d44875e
commit 76a9b4d847
1 changed files with 24 additions and 24 deletions

View File

@ -2,12 +2,12 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.6.rc2)
actionpack (= 3.0.6.rc2)
actionmailer (3.0.6)
actionpack (= 3.0.6)
mail (~> 2.2.15)
actionpack (3.0.6.rc2)
activemodel (= 3.0.6.rc2)
activesupport (= 3.0.6.rc2)
actionpack (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
@ -15,19 +15,19 @@ GEM
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.6.rc2)
activesupport (= 3.0.6.rc2)
activemodel (3.0.6)
activesupport (= 3.0.6)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.6.rc2)
activemodel (= 3.0.6.rc2)
activesupport (= 3.0.6.rc2)
activerecord (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.6.rc2)
activemodel (= 3.0.6.rc2)
activesupport (= 3.0.6.rc2)
activesupport (3.0.6.rc2)
activeresource (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
activesupport (3.0.6)
arel (2.0.9)
bcrypt-ruby (2.1.4)
builder (2.1.2)
@ -53,17 +53,17 @@ GEM
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.6.rc2)
actionmailer (= 3.0.6.rc2)
actionpack (= 3.0.6.rc2)
activerecord (= 3.0.6.rc2)
activeresource (= 3.0.6.rc2)
activesupport (= 3.0.6.rc2)
rails (3.0.6)
actionmailer (= 3.0.6)
actionpack (= 3.0.6)
activerecord (= 3.0.6)
activeresource (= 3.0.6)
activesupport (= 3.0.6)
bundler (~> 1.0)
railties (= 3.0.6.rc2)
railties (3.0.6.rc2)
actionpack (= 3.0.6.rc2)
activesupport (= 3.0.6.rc2)
railties (= 3.0.6)
railties (3.0.6)
actionpack (= 3.0.6)
activesupport (= 3.0.6)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)