We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e359bb commit 00f961dCopy full SHA for 00f961d
puppet_forge.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
spec.required_ruby_version = '>= 3.1.0'
22
23
spec.add_runtime_dependency "faraday", "~> 2.0"
24
- spec.add_runtime_dependency "faraday-follow_redirects", "~> 0.3.0"
+ spec.add_runtime_dependency "faraday-follow_redirects", ">= 0.3", "< 0.5"
25
spec.add_dependency "semantic_puppet", "~> 1.0"
26
spec.add_dependency "minitar", '~> 1.0', '>= 1.0.2'
27
0 commit comments