Skip to content

Commit 3763b19

Browse files
Update benchmark requirement from >= 0.3, < 0.5 to >= 0.3, < 0.6
Updates the requirements on [benchmark](https://github.com/ruby/benchmark) to permit the latest version. - [Release notes](https://github.com/ruby/benchmark/releases) - [Commits](ruby/benchmark@v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: benchmark dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 392bff1 commit 3763b19

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)