Update rails dependency to 3.0.6.rc2
This commit is contained in:
parent
dae0a3ff9a
commit
21f1a0468a
52
Gemfile.lock
52
Gemfile.lock
|
@ -2,32 +2,32 @@ GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
abstract (1.0.0)
|
abstract (1.0.0)
|
||||||
actionmailer (3.0.5)
|
actionmailer (3.0.6.rc2)
|
||||||
actionpack (= 3.0.5)
|
actionpack (= 3.0.6.rc2)
|
||||||
mail (~> 2.2.15)
|
mail (~> 2.2.15)
|
||||||
actionpack (3.0.5)
|
actionpack (3.0.6.rc2)
|
||||||
activemodel (= 3.0.5)
|
activemodel (= 3.0.6.rc2)
|
||||||
activesupport (= 3.0.5)
|
activesupport (= 3.0.6.rc2)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
erubis (~> 2.6.6)
|
erubis (~> 2.6.6)
|
||||||
i18n (~> 0.4)
|
i18n (~> 0.5.0)
|
||||||
rack (~> 1.2.1)
|
rack (~> 1.2.1)
|
||||||
rack-mount (~> 0.6.14)
|
rack-mount (~> 0.6.14)
|
||||||
rack-test (~> 0.5.7)
|
rack-test (~> 0.5.7)
|
||||||
tzinfo (~> 0.3.23)
|
tzinfo (~> 0.3.23)
|
||||||
activemodel (3.0.5)
|
activemodel (3.0.6.rc2)
|
||||||
activesupport (= 3.0.5)
|
activesupport (= 3.0.6.rc2)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
i18n (~> 0.4)
|
i18n (~> 0.5.0)
|
||||||
activerecord (3.0.5)
|
activerecord (3.0.6.rc2)
|
||||||
activemodel (= 3.0.5)
|
activemodel (= 3.0.6.rc2)
|
||||||
activesupport (= 3.0.5)
|
activesupport (= 3.0.6.rc2)
|
||||||
arel (~> 2.0.2)
|
arel (~> 2.0.2)
|
||||||
tzinfo (~> 0.3.23)
|
tzinfo (~> 0.3.23)
|
||||||
activeresource (3.0.5)
|
activeresource (3.0.6.rc2)
|
||||||
activemodel (= 3.0.5)
|
activemodel (= 3.0.6.rc2)
|
||||||
activesupport (= 3.0.5)
|
activesupport (= 3.0.6.rc2)
|
||||||
activesupport (3.0.5)
|
activesupport (3.0.6.rc2)
|
||||||
arel (2.0.9)
|
arel (2.0.9)
|
||||||
bcrypt-ruby (2.1.4)
|
bcrypt-ruby (2.1.4)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
|
@ -53,17 +53,17 @@ GEM
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rack-test (0.5.7)
|
rack-test (0.5.7)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.0.5)
|
rails (3.0.6.rc2)
|
||||||
actionmailer (= 3.0.5)
|
actionmailer (= 3.0.6.rc2)
|
||||||
actionpack (= 3.0.5)
|
actionpack (= 3.0.6.rc2)
|
||||||
activerecord (= 3.0.5)
|
activerecord (= 3.0.6.rc2)
|
||||||
activeresource (= 3.0.5)
|
activeresource (= 3.0.6.rc2)
|
||||||
activesupport (= 3.0.5)
|
activesupport (= 3.0.6.rc2)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.0.5)
|
railties (= 3.0.6.rc2)
|
||||||
railties (3.0.5)
|
railties (3.0.6.rc2)
|
||||||
actionpack (= 3.0.5)
|
actionpack (= 3.0.6.rc2)
|
||||||
activesupport (= 3.0.5)
|
activesupport (= 3.0.6.rc2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (~> 0.14.4)
|
thor (~> 0.14.4)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
|
|
Loading…
Reference in New Issue