Skip to content

Commit 65ecc74

Browse files
Update benchmark requirement from ~> 0.3.0 to >= 0.3, < 0.5
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.4.0) --- updated-dependencies: - dependency-name: benchmark dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a694b02 commit 65ecc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131
spec.add_runtime_dependency('scanf', '~> 1.0')
3232
spec.add_runtime_dependency('semantic_puppet', '~> 1.0')
3333
spec.add_runtime_dependency('ostruct', '~> 0.6.0')
34-
spec.add_runtime_dependency('benchmark', '~> 0.3.0')
34+
spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
3535

3636

3737
platform = spec.platform.to_s

0 commit comments

Comments
 (0)