Skip to content

Commit

Permalink
Merge pull request #2023 from cwegener/main
Browse files Browse the repository at this point in the history
chore: relax 'clamp' version pin
  • Loading branch information
jordansissel committed Apr 9, 2024
2 parents 847ded9 + d0884e8 commit 13228bf
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 @@ -35,7 +35,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") # license: MIT

# For sourcing from pleaserun
spec.add_dependency("pleaserun", "~> 0.0.29") # license: Apache 2
Expand Down

0 comments on commit 13228bf

Please sign in to comment.