Upgraded to latest version of rails

This commit is contained in:
Keith Pitt 2011-04-07 13:07:50 +08:00
parent 42a6807597
commit ee1dfc1e9e
2 changed files with 32 additions and 32 deletions

View File

@ -21,39 +21,39 @@ GEM
RedCloth (4.2.7) RedCloth (4.2.7)
ZenTest (4.5.0) ZenTest (4.5.0)
abstract (1.0.0) abstract (1.0.0)
actionmailer (3.0.5) actionmailer (3.0.6)
actionpack (= 3.0.5) actionpack (= 3.0.6)
mail (~> 2.2.15) mail (~> 2.2.15)
actionmailer-with-request (0.1.1) actionmailer-with-request (0.1.1)
actionpack (3.0.5) actionpack (3.0.6)
activemodel (= 3.0.5) activemodel (= 3.0.6)
activesupport (= 3.0.5) activesupport (= 3.0.6)
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.13) 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)
activesupport (= 3.0.5) activesupport (= 3.0.6)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.4) i18n (~> 0.5.0)
activerecord (3.0.5) activerecord (3.0.6)
activemodel (= 3.0.5) activemodel (= 3.0.6)
activesupport (= 3.0.5) activesupport (= 3.0.6)
arel (~> 2.0.2) arel (~> 2.0.2)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activeresource (3.0.5) activeresource (3.0.6)
activemodel (= 3.0.5) activemodel (= 3.0.6)
activesupport (= 3.0.5) activesupport (= 3.0.6)
activesupport (3.0.5) activesupport (3.0.6)
archive-tar-minitar (0.5.2) archive-tar-minitar (0.5.2)
arel (2.0.9) arel (2.0.9)
autotest (4.4.6) autotest (4.4.6)
ZenTest (>= 4.4.1) ZenTest (>= 4.4.1)
bcrypt-ruby (2.1.4) bcrypt-ruby (2.1.4)
bson (1.2.4) bson (1.3.0)
bson_ext (1.3.0) bson_ext (1.3.0)
builder (2.1.2) builder (2.1.2)
capybara (0.4.0) capybara (0.4.0)
@ -99,7 +99,7 @@ GEM
diff-lcs (1.1.2) diff-lcs (1.1.2)
erubis (2.6.6) erubis (2.6.6)
abstract (>= 1.0.0) abstract (>= 1.0.0)
excon (0.6.0) excon (0.6.1)
factory_girl (1.3.3) factory_girl (1.3.3)
factory_girl_rails (1.0.1) factory_girl_rails (1.0.1)
factory_girl (~> 1.3) factory_girl (~> 1.3)
@ -164,8 +164,8 @@ GEM
mime-types (1.16) mime-types (1.16)
mimemagic (0.1.8) mimemagic (0.1.8)
mimetype-fu (0.1.2) mimetype-fu (0.1.2)
mongo (1.2.4) mongo (1.3.0)
bson (>= 1.2.4) bson (>= 1.3.0)
mongoid (2.0.0.rc.7) mongoid (2.0.0.rc.7)
activemodel (~> 3.0) activemodel (~> 3.0)
mongo (~> 1.2) mongo (~> 1.2)
@ -184,17 +184,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)
actionmailer (= 3.0.5) actionmailer (= 3.0.6)
actionpack (= 3.0.5) actionpack (= 3.0.6)
activerecord (= 3.0.5) activerecord (= 3.0.6)
activeresource (= 3.0.5) activeresource (= 3.0.6)
activesupport (= 3.0.5) activesupport (= 3.0.6)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.0.5) railties (= 3.0.6)
railties (3.0.5) railties (3.0.6)
actionpack (= 3.0.5) actionpack (= 3.0.6)
activesupport (= 3.0.5) activesupport (= 3.0.6)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (~> 0.14.4) thor (~> 0.14.4)
rake (0.8.7) rake (0.8.7)

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6" s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "nowarning" s.rubyforge_project = "nowarning"
s.add_dependency "rails", ">= 3.0.5" s.add_dependency "rails", ">= 3.0.6"
s.add_dependency "warden" s.add_dependency "warden"
s.add_dependency "devise", "1.1.3" s.add_dependency "devise", "1.1.3"
s.add_dependency "mongoid", "2.0.0.rc.7" s.add_dependency "mongoid", "2.0.0.rc.7"