Skip to content

Commit

Permalink
Merge pull request padrino#2235 from basex/patch-2
Browse files Browse the repository at this point in the history
Update thor gem dependency
  • Loading branch information
nesquena committed Dec 28, 2020
2 parents 9b89294 + 77666de commit e177651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/padrino-core.gemspec
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 e177651

Please sign in to comment.