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 392bff1 commit 3763b19Copy full SHA for 3763b19
openvox.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
spec.summary = "OpenVox, a community implementation of Puppet -- an automated configuration management tool"
31
spec.specification_version = 4
32
spec.add_runtime_dependency('base64', '>= 0.1', '< 0.4')
33
- spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
+ spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.6')
34
spec.add_runtime_dependency('concurrent-ruby', '~> 1.0')
35
spec.add_runtime_dependency('deep_merge', '~> 1.0')
36
spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 5')
0 commit comments