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 a96e59b commit c456087Copy full SHA for c456087
puppet.gemspec
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
spec.add_runtime_dependency('scanf', '~> 1.0')
32
spec.add_runtime_dependency('semantic_puppet', '~> 1.0')
33
spec.add_runtime_dependency('ostruct', '~> 0.6.0')
34
- spec.add_runtime_dependency('benchmark', '~> 0.3.0')
+ spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
35
36
platform = spec.platform.to_s
37
if platform == 'universal-darwin'
0 commit comments