mirror of
https://github.com/rails/jquery-rails.git
synced 2026-01-10 07:07:54 -05:00
Use Rails style of capping thor version limit
I assume Valim et al have a better idea about Thor's future than me, so < 2.0 it is.
This commit is contained in:
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
||||
s.rubyforge_project = "jquery-rails"
|
||||
|
||||
s.add_dependency "railties", ">= 3.0", "< 5.0"
|
||||
s.add_dependency "thor", ">= 0.14"
|
||||
s.add_dependency "thor", ">= 0.14", "< 2.0"
|
||||
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
||||
|
||||
Reference in New Issue
Block a user