diff options
author | José Valim <jose.valim@gmail.com> | 2010-09-24 21:03:12 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-09-24 21:03:12 +0200 |
commit | 127da544bbb5425d82021ee000919f15172681f3 (patch) | |
tree | 620fa459bd8f4281e91756692567e59a449c3975 /Gemfile | |
parent | bac0826b1fa5f39274d61ad51304548c725a304f (diff) | |
download | rails-127da544bbb5425d82021ee000919f15172681f3.tar.gz rails-127da544bbb5425d82021ee000919f15172681f3.tar.bz2 rails-127da544bbb5425d82021ee000919f15172681f3.zip |
Bump thor version requirement.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,8 +8,6 @@ end gem "rails", :path => File.dirname(__FILE__) -gem "thor", :git => "git://github.com/drogus/thor.git" - gem "rake", ">= 0.8.7" gem "mocha", ">= 0.9.8" gem "rdoc", ">= 2.5.10" |