Skip to content

Commit

Permalink
Depend on thor >= 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jan 24, 2013
1 parent c5989cc commit fb3996f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ gem 'jquery-rails', '~> 2.2.0', github: 'rails/jquery-rails'
gem 'turbolinks'
gem 'coffee-rails', github: 'rails/coffee-rails'

# TODO: Release thor
gem 'thor', github: 'wycats/thor', branch: 'master'

gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders', branch: 'master'

# Needed for compiling the ActionDispatch::Journey parser
Expand Down
2 changes: 1 addition & 1 deletion railties/railties.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|
s.add_dependency 'actionpack', version

s.add_dependency 'rake', '>= 0.8.7'
s.add_dependency 'thor', '>= 0.15.4', '< 2.0'
s.add_dependency 'thor', '>= 0.17.0', '< 2.0'
s.add_dependency 'rdoc', '~> 3.4'
end

0 comments on commit fb3996f

Please sign in to comment.