Skip to content

Commit

Permalink
fix clamp gem as < 1.3.0 (fix jordansissel#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Aug 24, 2018
1 parent cad736e commit 8217427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|

# For command-line flag support
# https://github.com/mdub/clamp/blob/master/README.markdown
spec.add_dependency("clamp", "~> 1.0.0") # license: MIT
spec.add_dependency("clamp", "~> 1.0.0", "< 1.3.0") # license: MIT

# For starting external processes across various ruby interpreters
spec.add_dependency("childprocess") # license: ???
Expand Down

0 comments on commit 8217427

Please sign in to comment.