Skip to content

Commit

Permalink
Now using Rails3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Sep 5, 2010
1 parent fc9963a commit c2efc3e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source 'http://rubygems.org' source 'http://rubygems.org'


gem 'rails', '3.0.0.rc2' gem 'rails', '3.0.0'
gem 'mocha' gem 'mocha'
62 changes: 31 additions & 31 deletions Gemfile.lock
Expand Up @@ -2,34 +2,34 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
abstract (1.0.0) abstract (1.0.0)
actionmailer (3.0.0.rc2) actionmailer (3.0.0)
actionpack (= 3.0.0.rc2) actionpack (= 3.0.0)
mail (~> 2.2.5) mail (~> 2.2.5)
actionpack (3.0.0.rc2) actionpack (3.0.0)
activemodel (= 3.0.0.rc2) activemodel (= 3.0.0)
activesupport (= 3.0.0.rc2) 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.12) rack-mount (~> 0.6.12)
rack-test (~> 0.5.4) rack-test (~> 0.5.4)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activemodel (3.0.0.rc2) activemodel (3.0.0)
activesupport (= 3.0.0.rc2) activesupport (= 3.0.0)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.4.1) i18n (~> 0.4.1)
activerecord (3.0.0.rc2) activerecord (3.0.0)
activemodel (= 3.0.0.rc2) activemodel (= 3.0.0)
activesupport (= 3.0.0.rc2) activesupport (= 3.0.0)
arel (~> 1.0.0.rc1) arel (~> 1.0.0)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activeresource (3.0.0.rc2) activeresource (3.0.0)
activemodel (= 3.0.0.rc2) activemodel (= 3.0.0)
activesupport (= 3.0.0.rc2) activesupport (= 3.0.0)
activesupport (3.0.0.rc2) activesupport (3.0.0)
arel (1.0.0.rc1) arel (1.0.1)
activesupport (>= 3.0.0.beta) activesupport (~> 3.0.0)
builder (2.1.2) builder (2.1.2)
erubis (2.6.6) erubis (2.6.6)
abstract (>= 1.0.0) abstract (>= 1.0.0)
Expand All @@ -43,22 +43,22 @@ GEM
rake rake
polyglot (0.3.1) polyglot (0.3.1)
rack (1.2.1) rack (1.2.1)
rack-mount (0.6.12) 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.rc2) rails (3.0.0)
actionmailer (= 3.0.0.rc2) actionmailer (= 3.0.0)
actionpack (= 3.0.0.rc2) actionpack (= 3.0.0)
activerecord (= 3.0.0.rc2) activerecord (= 3.0.0)
activeresource (= 3.0.0.rc2) activeresource (= 3.0.0)
activesupport (= 3.0.0.rc2) activesupport (= 3.0.0)
bundler (>= 1.0.0.rc.6) bundler (~> 1.0.0)
railties (= 3.0.0.rc2) railties (= 3.0.0)
railties (3.0.0.rc2) railties (3.0.0)
actionpack (= 3.0.0.rc2) actionpack (= 3.0.0)
activesupport (= 3.0.0.rc2) 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)
thor (0.14.0) thor (0.14.0)
Expand All @@ -71,4 +71,4 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
mocha mocha
rails (= 3.0.0.rc2) rails (= 3.0.0)

0 comments on commit c2efc3e

Please sign in to comment.