diff options
author | Yehuda Katz <wycats@Yehuda-Katz.local> | 2009-11-09 11:33:47 -0800 |
---|---|---|
committer | Yehuda Katz <wycats@Yehuda-Katz.local> | 2009-11-09 11:33:47 -0800 |
commit | 0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3 (patch) | |
tree | 428f88b698fb03f0bcddcb7017d16753b288e661 /Gemfile | |
parent | 4a1f43878105d701fd2dd769ec3cf7e81d133c09 (diff) | |
download | rails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.tar.gz rails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.tar.bz2 rails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.zip |
Revert "Bundle I18n 0.2.0."
This reverts commit 83f329f5f30567a10bc96410da230bf986db8ad4.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,7 @@ clear_sources source 'http://gemcutter.org' -gem "rails", "3.0.pre", :path => "railties" +gem "rails", "3.0.pre", :vendored_at => "railties" %w( activesupport activemodel @@ -10,9 +10,8 @@ gem "rails", "3.0.pre", :path => "railties" activerecord activeresource ).each do |lib| - gem lib, '3.0.pre', :path => lib + gem lib, '3.0.pre', :vendored_at => lib end -gem "i18n", "0.2.0" gem "rack", "1.0.1" gem "rack-mount", :git => "git://github.com/rails/rack-mount.git" gem "rack-test", "~> 0.5.0" |