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 827aac8 commit 9b88f66Copy full SHA for 9b88f66
puppet.gemspec
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
20
spec.require_paths = ["lib"]
21
spec.summary = "OpenVox, a community implementation of Puppet -- an automated configuration management tool"
22
spec.specification_version = 4
23
+ spec.add_runtime_dependency('base64', '>= 0.1', '< 0.3')
24
spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
25
spec.add_runtime_dependency('concurrent-ruby', '~> 1.0')
26
spec.add_runtime_dependency('deep_merge', '~> 1.0')
0 commit comments