Bump rspec-puppet from 2.7.8 to 2.9.0

Bumps [rspec-puppet](https://github.com/rodjek/rspec-puppet) from 2.7.8 to 2.9.0.
- [Release notes](https://github.com/rodjek/rspec-puppet/releases)
- [Changelog](https://github.com/rodjek/rspec-puppet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rodjek/rspec-puppet/compare/v2.7.8...v2.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-21 10:02:38 +00:00 committed by GitHub
parent 765c66be5a
commit 135c6c6ace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -23,7 +23,7 @@ group :development, :unit_tests do
gem 'json', '>= 2.0.2'
gem 'metadata-json-lint', '~> 2.4'
gem 'puppetlabs_spec_helper', '~> 2.15'
gem 'rspec-puppet', '~> 2.6'
gem 'rspec-puppet', '~> 2.9'
gem 'rubocop', '~> 0.87'
gem 'tty-command', '~> 0.6'
gem 'tty-file', '~> 0.9'