Skip to content

Commit

Permalink
Merge pull request #85 from y-yagi/relax-thor-version
Browse files Browse the repository at this point in the history
Relax Thor version
  • Loading branch information
soutaro authored Dec 15, 2020
2 parents fcee414 + 9b705d0 commit 82f3780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion querly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "slim", "~> 4.0.1"
spec.add_development_dependency "haml", "~> 5.0.4"

spec.add_dependency 'thor', ">= 0.19.0", "< 0.21.0"
spec.add_dependency 'thor', ">= 0.19.0"
spec.add_dependency "parser", ">= 2.5.0"
spec.add_dependency "rainbow", ">= 2.1"
spec.add_dependency "activesupport", ">= 5.0"
Expand Down

0 comments on commit 82f3780

Please sign in to comment.