Skip to content

Commit c456087

Browse files
committed
Allow benchmark 0.4.x
1 parent a96e59b commit c456087

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
platform = spec.platform.to_s
3737
if platform == 'universal-darwin'

0 commit comments

Comments
 (0)