Skip to content

Commit

Permalink
Relax thor version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Apr 21, 2020
1 parent 138f18f commit 2fa8bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
"source_code_uri" => "https://github.com/code-mancers/invoker/tree/v#{Invoker::VERSION}",
}

s.add_dependency("thor", "~> 0.19")
s.add_dependency("thor", ">= 0.19", "< 2")
s.add_dependency("colorize", "~> 0.8.1")
s.add_dependency("iniparse", "~> 1.1")
s.add_dependency("formatador", "~> 0.2")
Expand Down

0 comments on commit 2fa8bd2

Please sign in to comment.