Skip to content

Commit b62185e

Browse files
authored
Merge branch 'main' into CAT-1256-Roll_out_new_puppet_lint_gem
2 parents fb7acc3 + 22add37 commit b62185e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,3 +485,7 @@ Rationale
485485
* mocha is an additional dependency to carry.
486486
487487
EOF
488+
489+
## License
490+
491+
This codebase is licensed under Apache 2.0. However, the open source dependencies included in this codebase might be subject to other software licenses such as AGPL, GPL2.0, and MIT.

puppetlabs_spec_helper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Gem::Specification.new do |spec|
3131
spec.add_runtime_dependency 'mocha', '~> 1.0'
3232
spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 2.0.0'
3333
spec.add_runtime_dependency 'puppetlabs-puppet-lint', '~> 5.0'
34+
spec.add_runtime_dependency 'puppetlabs-rspec-puppet', '~> 5.0'
3435
spec.add_runtime_dependency 'puppet-syntax', '~> 3.0'
3536
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
36-
spec.add_runtime_dependency 'rspec-puppet', '~> 4.0'
3737

3838
spec.requirements << 'puppet, >= 7.0.0'
3939
end

0 commit comments

Comments
 (0)