Skip to content

Commit

Permalink
Pin minitar version to < 1.0.0 to keep project working
Browse files Browse the repository at this point in the history
  • Loading branch information
der-eismann authored Aug 13, 2024
1 parent 3648caf commit 4699ad8
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 4699ad8

Please sign in to comment.