mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
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:
parent
765c66be5a
commit
135c6c6ace
2 changed files with 14 additions and 14 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -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.1)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-expectations (3.10.1)
|
||||
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.2)
|
||||
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.9.0)
|
||||
rspec
|
||||
rspec-support (3.9.3)
|
||||
rspec-support (3.10.2)
|
||||
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.9)
|
||||
rubocop (~> 0.87)
|
||||
rugged (~> 1.0)
|
||||
tty-command (~> 0.6)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue