Skip to content

Commit

Permalink
gemspec: Force a version of thor larger or equal 1.3.0
Browse files Browse the repository at this point in the history
Ref: #128
  • Loading branch information
hmdne committed Sep 18, 2024
1 parent 46053ca commit a03d112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coradoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "premailer", "~> 1.11.0"
spec.add_dependency "word-to-markdown"
spec.add_dependency "base64"
spec.add_dependency "thor"
spec.add_dependency "thor", ">= 1.3.0"
spec.add_development_dependency "codeclimate-test-reporter"
spec.add_development_dependency "pry"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit a03d112

Please sign in to comment.