mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump thor version requirement.
This commit is contained in:
parent
bac0826b1f
commit
127da544bb
2 changed files with 1 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
|
@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|||
s.has_rdoc = false
|
||||
|
||||
s.add_dependency('rake', '>= 0.8.4')
|
||||
s.add_dependency('thor', '~> 0.14.0')
|
||||
s.add_dependency('thor', '~> 0.14.2')
|
||||
s.add_dependency('activesupport', version)
|
||||
s.add_dependency('actionpack', version)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue