Skip to content

Commit

Permalink
Merge pull request #119 from der-eismann/patch-1
Browse files Browse the repository at this point in the history
Pin minitar version to < 1.0.0 to keep project working
  • Loading branch information
bastelfreak committed Aug 13, 2024
2 parents 3648caf + 4699ad8 commit 80a7a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet_forge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "faraday", "~> 2.0"
spec.add_runtime_dependency "faraday-follow_redirects", "~> 0.3.0"
spec.add_dependency "semantic_puppet", "~> 1.0"
spec.add_dependency "minitar"
spec.add_dependency "minitar", "< 1.0.0 "

spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 80a7a76

Please sign in to comment.