Skip to content

Commit

Permalink
Don't depend on Thor v0.20.0
Browse files Browse the repository at this point in the history
This version of prevents http templates from being
loaded. See rails/thor#576
  • Loading branch information
sshaw committed Sep 2, 2017
1 parent 177ce11 commit 664006c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion padrino-core/padrino-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency("padrino-support", Padrino.version)
s.add_dependency("sinatra", ">= 1.4.6")
s.add_dependency("mustermann19")
s.add_dependency("thor", "~> 0.18")
# v0.20.0 won't work with http templates, see: https://github.com/erikhuda/thor/pull/576
s.add_dependency("thor", "~> 0.18", "< 0.20.0")
s.add_dependency("rack-protection", ">= 1.5.0")
end

0 comments on commit 664006c

Please sign in to comment.