Skip to content

Commit

Permalink
Merge pull request #456 from bastelfreak/mocha
Browse files Browse the repository at this point in the history
mocha: Allow 2.x
  • Loading branch information
jordanbreen28 committed Jul 5, 2024
2 parents 84fd2a7 + 784ebcc commit a9bc3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppetlabs_spec_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

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

spec.add_runtime_dependency 'mocha', '~> 1.0'
spec.add_runtime_dependency 'mocha', '>= 1.0', '< 3'
spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 3'
spec.add_runtime_dependency 'puppet-lint', '~> 4.0'
spec.add_runtime_dependency 'puppet-syntax', '~> 4.1', '>= 4.1.1'
Expand Down

0 comments on commit a9bc3e4

Please sign in to comment.