Skip to content

Commit 51d17f7

Browse files
committed
faraday-follow_redirects: Allow 0.4
1 parent b4432ce commit 51d17f7

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
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222

2323
spec.add_runtime_dependency "base64", '~> 0.2.0'
2424
spec.add_runtime_dependency "faraday", "~> 2.0"
25-
spec.add_runtime_dependency "faraday-follow_redirects", "~> 0.3.0"
25+
spec.add_runtime_dependency "faraday-follow_redirects", ">= 0.3", "< 0.5"
2626
spec.add_dependency "minitar", '~> 1.0', '>= 1.0.2'
2727
spec.add_dependency "semantic_puppet", "~> 1.0"
2828

0 commit comments

Comments
 (0)