Skip to content

Commit 88c69cc

Browse files
committed
mocha: Allow 2.x
1 parent 67c419f commit 88c69cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppetlabs_spec_helper.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828

2929
spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
3030

31-
spec.add_runtime_dependency 'mocha', '~> 1.0'
31+
spec.add_runtime_dependency 'mocha', '>= 1.0', '< 3'
3232
spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 2.0.0'
3333
spec.add_runtime_dependency 'puppet-lint', '~> 4.0'
3434
spec.add_runtime_dependency 'puppet-syntax', '~> 4.1', '>= 4.1.1'

0 commit comments

Comments
 (0)