Skip to content

Commit

Permalink
Updating gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez committed Sep 17, 2024
1 parent 66d5a82 commit 2ff8c88
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", RUBY_VERSION >= '3.1.0' ? '~> 1.0.0' : '< 1.0.0'
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 2ff8c88

Please sign in to comment.