Bump rspec-puppet from 2.7.8 to 2.8.0

Bumps [rspec-puppet](https://github.com/rodjek/rspec-puppet) from 2.7.8 to 2.8.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.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-06 10:01:54 +00:00 committed by GitHub
parent 95af07474f
commit 434cb4329b
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.8'
gem 'rubocop', '~> 0.87'
gem 'tty-command', '~> 0.6'
gem 'tty-file', '~> 0.9'

View file

@ -125,21 +125,21 @@ GEM
rake (13.0.1)
regexp_parser (1.7.1)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-puppet (2.7.8)
rspec-support (~> 3.10.0)
rspec-puppet (2.8.0)
rspec
rspec-support (3.9.3)
rspec-support (3.10.0)
rubocop (0.87.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
@ -204,7 +204,7 @@ DEPENDENCIES
puppet-lint-variable_contains_upcase (~> 1.2)
puppetlabs_spec_helper (~> 2.15)
r10k (~> 3.5)
rspec-puppet (~> 2.6)
rspec-puppet (~> 2.8)
rubocop (~> 0.87)
rugged (~> 1.0)
tty-command (~> 0.6)