update rails in gemfile

This commit is contained in:
Adam Meehan 2010-09-16 22:27:11 +10:00
parent 7274e7841d
commit d0080ebac4
2 changed files with 37 additions and 37 deletions

View File

@ -2,7 +2,7 @@ source 'http://rubygems.org'
group :test do group :test do
gem 'ZenTest' gem 'ZenTest'
gem 'rails', '3.0.0.rc' gem 'rails', '3.0.0'
gem 'sqlite3-ruby', :require => 'sqlite3' gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'ruby-debug' gem 'ruby-debug'
gem 'rspec', '>= 2.0.0.beta.17' gem 'rspec', '>= 2.0.0.beta.17'

View File

@ -3,34 +3,34 @@ GEM
specs: specs:
ZenTest (4.3.3) ZenTest (4.3.3)
abstract (1.0.0) abstract (1.0.0)
actionmailer (3.0.0.rc) actionmailer (3.0.0)
actionpack (= 3.0.0.rc) actionpack (= 3.0.0)
mail (~> 2.2.5) mail (~> 2.2.5)
actionpack (3.0.0.rc) actionpack (3.0.0)
activemodel (= 3.0.0.rc) activemodel (= 3.0.0)
activesupport (= 3.0.0.rc) activesupport (= 3.0.0)
builder (~> 2.1.2) builder (~> 2.1.2)
erubis (~> 2.6.6) erubis (~> 2.6.6)
i18n (~> 0.4.1) i18n (~> 0.4.1)
rack (~> 1.2.1) rack (~> 1.2.1)
rack-mount (~> 0.6.9) rack-mount (~> 0.6.12)
rack-test (~> 0.5.4) rack-test (~> 0.5.4)
tzinfo (~> 0.3.22) tzinfo (~> 0.3.23)
activemodel (3.0.0.rc) activemodel (3.0.0)
activesupport (= 3.0.0.rc) activesupport (= 3.0.0)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.4.1) i18n (~> 0.4.1)
activerecord (3.0.0.rc) activerecord (3.0.0)
activemodel (= 3.0.0.rc) activemodel (= 3.0.0)
activesupport (= 3.0.0.rc) activesupport (= 3.0.0)
arel (~> 0.4.0) arel (~> 1.0.0)
tzinfo (~> 0.3.22) tzinfo (~> 0.3.23)
activeresource (3.0.0.rc) activeresource (3.0.0)
activemodel (= 3.0.0.rc) activemodel (= 3.0.0)
activesupport (= 3.0.0.rc) activesupport (= 3.0.0)
activesupport (3.0.0.rc) activesupport (3.0.0)
arel (0.4.0) arel (1.0.1)
activesupport (>= 3.0.0.beta) activesupport (~> 3.0.0)
builder (2.1.2) builder (2.1.2)
columnize (0.3.1) columnize (0.3.1)
diff-lcs (1.1.2) diff-lcs (1.1.2)
@ -38,7 +38,7 @@ GEM
abstract (>= 1.0.0) abstract (>= 1.0.0)
i18n (0.4.1) i18n (0.4.1)
linecache (0.43) linecache (0.43)
mail (2.2.5) mail (2.2.6.1)
activesupport (>= 2.3.6) activesupport (>= 2.3.6)
mime-types mime-types
treetop (>= 1.4.5) treetop (>= 1.4.5)
@ -46,22 +46,22 @@ GEM
nokogiri (1.4.3.1) nokogiri (1.4.3.1)
polyglot (0.3.1) polyglot (0.3.1)
rack (1.2.1) rack (1.2.1)
rack-mount (0.6.9) rack-mount (0.6.13)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (0.5.4) rack-test (0.5.4)
rack (>= 1.0) rack (>= 1.0)
rails (3.0.0.rc) rails (3.0.0)
actionmailer (= 3.0.0.rc) actionmailer (= 3.0.0)
actionpack (= 3.0.0.rc) actionpack (= 3.0.0)
activerecord (= 3.0.0.rc) activerecord (= 3.0.0)
activeresource (= 3.0.0.rc) activeresource (= 3.0.0)
activesupport (= 3.0.0.rc) activesupport (= 3.0.0)
bundler (>= 1.0.0.rc.1) bundler (~> 1.0.0)
railties (= 3.0.0.rc) railties (= 3.0.0)
railties (3.0.0.rc) railties (3.0.0)
actionpack (= 3.0.0.rc) actionpack (= 3.0.0)
activesupport (= 3.0.0.rc) activesupport (= 3.0.0)
rake (>= 0.8.3) rake (>= 0.8.4)
thor (~> 0.14.0) thor (~> 0.14.0)
rake (0.8.7) rake (0.8.7)
rspec (2.0.0.beta.19) rspec (2.0.0.beta.19)
@ -88,7 +88,7 @@ GEM
timecop (0.3.5) timecop (0.3.5)
treetop (1.4.8) treetop (1.4.8)
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.22) tzinfo (0.3.23)
webrat (0.7.2.beta.1) webrat (0.7.2.beta.1)
nokogiri (>= 1.2.0) nokogiri (>= 1.2.0)
rack (>= 1.0) rack (>= 1.0)
@ -99,7 +99,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
ZenTest ZenTest
rails (= 3.0.0.rc) rails (= 3.0.0)
rspec (>= 2.0.0.beta.17) rspec (>= 2.0.0.beta.17)
rspec-rails (>= 2.0.0.beta.17) rspec-rails (>= 2.0.0.beta.17)
rspec_tag_matchers rspec_tag_matchers