updated to rails 3.1.rc5
This commit is contained in:
63
Gemfile.lock
63
Gemfile.lock
@@ -17,35 +17,34 @@ GEM
|
||||
remote: http://gemcutter.org/
|
||||
specs:
|
||||
aaronh-chronic (0.3.9)
|
||||
actionmailer (3.1.0.rc4)
|
||||
actionpack (= 3.1.0.rc4)
|
||||
actionmailer (3.1.0.rc5)
|
||||
actionpack (= 3.1.0.rc5)
|
||||
mail (~> 2.3.0)
|
||||
actionpack (3.1.0.rc4)
|
||||
activemodel (= 3.1.0.rc4)
|
||||
activesupport (= 3.1.0.rc4)
|
||||
actionpack (3.1.0.rc5)
|
||||
activemodel (= 3.1.0.rc5)
|
||||
activesupport (= 3.1.0.rc5)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
i18n (~> 0.6)
|
||||
rack (~> 1.3.0)
|
||||
rack-cache (~> 1.0.1)
|
||||
rack (~> 1.3.1)
|
||||
rack-cache (~> 1.0.2)
|
||||
rack-mount (~> 0.8.1)
|
||||
rack-test (~> 0.6.0)
|
||||
sprockets (~> 2.0.0.beta.10)
|
||||
tzinfo (~> 0.3.27)
|
||||
activemodel (3.1.0.rc4)
|
||||
activesupport (= 3.1.0.rc4)
|
||||
sprockets (~> 2.0.0.beta.12)
|
||||
activemodel (3.1.0.rc5)
|
||||
activesupport (= 3.1.0.rc5)
|
||||
bcrypt-ruby (~> 2.1.4)
|
||||
builder (~> 3.0.0)
|
||||
i18n (~> 0.6)
|
||||
activerecord (3.1.0.rc4)
|
||||
activemodel (= 3.1.0.rc4)
|
||||
activesupport (= 3.1.0.rc4)
|
||||
arel (~> 2.1.1)
|
||||
tzinfo (~> 0.3.27)
|
||||
activeresource (3.1.0.rc4)
|
||||
activemodel (= 3.1.0.rc4)
|
||||
activesupport (= 3.1.0.rc4)
|
||||
activesupport (3.1.0.rc4)
|
||||
activerecord (3.1.0.rc5)
|
||||
activemodel (= 3.1.0.rc5)
|
||||
activesupport (= 3.1.0.rc5)
|
||||
arel (~> 2.1.4)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.1.0.rc5)
|
||||
activemodel (= 3.1.0.rc5)
|
||||
activesupport (= 3.1.0.rc5)
|
||||
activesupport (3.1.0.rc5)
|
||||
multi_json (~> 1.0)
|
||||
arel (2.1.4)
|
||||
bcrypt-ruby (2.1.4)
|
||||
@@ -87,17 +86,17 @@ GEM
|
||||
rack
|
||||
rack-test (0.6.1)
|
||||
rack (>= 1.0)
|
||||
rails (3.1.0.rc4)
|
||||
actionmailer (= 3.1.0.rc4)
|
||||
actionpack (= 3.1.0.rc4)
|
||||
activerecord (= 3.1.0.rc4)
|
||||
activeresource (= 3.1.0.rc4)
|
||||
activesupport (= 3.1.0.rc4)
|
||||
rails (3.1.0.rc5)
|
||||
actionmailer (= 3.1.0.rc5)
|
||||
actionpack (= 3.1.0.rc5)
|
||||
activerecord (= 3.1.0.rc5)
|
||||
activeresource (= 3.1.0.rc5)
|
||||
activesupport (= 3.1.0.rc5)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.1.0.rc4)
|
||||
railties (3.1.0.rc4)
|
||||
actionpack (= 3.1.0.rc4)
|
||||
activesupport (= 3.1.0.rc4)
|
||||
railties (= 3.1.0.rc5)
|
||||
railties (3.1.0.rc5)
|
||||
actionpack (= 3.1.0.rc5)
|
||||
activesupport (= 3.1.0.rc5)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
@@ -115,7 +114,7 @@ GEM
|
||||
sprockets (2.0.0.beta.13)
|
||||
hike (~> 1.2)
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
tilt (!= 1.3.0, ~> 1.1)
|
||||
super_exception_notifier (3.0.13)
|
||||
actionmailer
|
||||
rake
|
||||
@@ -146,7 +145,7 @@ DEPENDENCIES
|
||||
mocha
|
||||
nokogiri
|
||||
pg
|
||||
rails (= 3.1.0.rc4)
|
||||
rails (= 3.1.0.rc5)
|
||||
shoulda
|
||||
silent-postgres
|
||||
simple_form
|
||||
|
||||
Reference in New Issue
Block a user