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 8988259 commit 1feca03Copy full SHA for 1feca03
puppet_forge.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
21
spec.required_ruby_version = '>= 3.1.0'
22
23
- spec.add_runtime_dependency "base64", '~> 0.2.0'
+ spec.add_runtime_dependency "base64", '>= 0.2.0', '< 0.4.0'
24
spec.add_runtime_dependency "faraday", "~> 2.0"
25
spec.add_runtime_dependency "faraday-follow_redirects", "~> 0.3.0"
26
spec.add_dependency "minitar", '~> 1.0', '>= 1.0.2'
0 commit comments