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.
2 parents 84fd2a7 + 784ebcc commit a9bc3e4Copy full SHA for a9bc3e4
puppetlabs_spec_helper.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
29
spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
30
31
- spec.add_runtime_dependency 'mocha', '~> 1.0'
+ spec.add_runtime_dependency 'mocha', '>= 1.0', '< 3'
32
spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 3'
33
spec.add_runtime_dependency 'puppet-lint', '~> 4.0'
34
spec.add_runtime_dependency 'puppet-syntax', '~> 4.1', '>= 4.1.1'
0 commit comments