Skip to content

Commit

Permalink
Update padrino-core.gemspec
Browse files Browse the repository at this point in the history
Update thor to a more recent version: https://github.com/erikhuda/thor/blob/master/CHANGELOG.md
  • Loading branch information
basex committed Dec 26, 2020
1 parent 9b89294 commit 77666de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/padrino-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |s|

s.add_dependency("padrino-support", Padrino.version)
s.add_dependency("sinatra", ">= 2.0.0")
s.add_dependency("thor", "~> 0.18")
s.add_dependency("thor", "~> 1.0")
end

0 comments on commit 77666de

Please sign in to comment.