Skip to content

Commit b506b4c

Browse files
authored
Merge pull request #231 from OpenVoxProject/dependabot/bundler/benchmark-gte-0.3-and-lt-0.6
Update benchmark requirement from >= 0.3, < 0.5 to >= 0.3, < 0.6
2 parents 392bff1 + 3763b19 commit b506b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.summary = "OpenVox, a community implementation of Puppet -- an automated configuration management tool"
3131
spec.specification_version = 4
3232
spec.add_runtime_dependency('base64', '>= 0.1', '< 0.4')
33-
spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
33+
spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.6')
3434
spec.add_runtime_dependency('concurrent-ruby', '~> 1.0')
3535
spec.add_runtime_dependency('deep_merge', '~> 1.0')
3636
spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 5')

0 commit comments

Comments
 (0)