Skip to content

Commit 00f961d

Browse files
committed
faraday-follow_redirects: Allow 0.4
1 parent 8e359bb commit 00f961d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet_forge.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.required_ruby_version = '>= 3.1.0'
2222

2323
spec.add_runtime_dependency "faraday", "~> 2.0"
24-
spec.add_runtime_dependency "faraday-follow_redirects", "~> 0.3.0"
24+
spec.add_runtime_dependency "faraday-follow_redirects", ">= 0.3", "< 0.5"
2525
spec.add_dependency "semantic_puppet", "~> 1.0"
2626
spec.add_dependency "minitar", '~> 1.0', '>= 1.0.2'
2727

0 commit comments

Comments
 (0)