mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Bump rspec-puppet from 2.6.9 to 2.7.8
Bumps [rspec-puppet](https://github.com/rodjek/rspec-puppet) from 2.6.9 to 2.7.8. - [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.6.9...v2.7.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
781bf8bbf7
commit
8ce412b0f4
2 changed files with 14 additions and 14 deletions
2
Gemfile
2
Gemfile
|
|
@ -21,7 +21,7 @@ group :development, :unit_tests do
|
||||||
gem 'json', '>= 2.0.2'
|
gem 'json', '>= 2.0.2'
|
||||||
gem 'metadata-json-lint', '~> 2.0'
|
gem 'metadata-json-lint', '~> 2.0'
|
||||||
gem 'puppetlabs_spec_helper', '~> 2.3'
|
gem 'puppetlabs_spec_helper', '~> 2.3'
|
||||||
gem 'rspec-puppet', '~> 2.6'
|
gem 'rspec-puppet', '~> 2.7'
|
||||||
gem 'rubocop', '~> 0.50'
|
gem 'rubocop', '~> 0.50'
|
||||||
gem 'tty-command', '~> 0.6'
|
gem 'tty-command', '~> 0.6'
|
||||||
gem 'tty-file', '~> 0.4'
|
gem 'tty-file', '~> 0.4'
|
||||||
|
|
|
||||||
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -107,21 +107,21 @@ GEM
|
||||||
rainbow (2.2.2)
|
rainbow (2.2.2)
|
||||||
rake
|
rake
|
||||||
rake (12.1.0)
|
rake (12.1.0)
|
||||||
rspec (3.6.0)
|
rspec (3.9.0)
|
||||||
rspec-core (~> 3.6.0)
|
rspec-core (~> 3.9.0)
|
||||||
rspec-expectations (~> 3.6.0)
|
rspec-expectations (~> 3.9.0)
|
||||||
rspec-mocks (~> 3.6.0)
|
rspec-mocks (~> 3.9.0)
|
||||||
rspec-core (3.6.0)
|
rspec-core (3.9.0)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.9.0)
|
||||||
rspec-expectations (3.6.0)
|
rspec-expectations (3.9.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.9.0)
|
||||||
rspec-mocks (3.6.0)
|
rspec-mocks (3.9.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.9.0)
|
||||||
rspec-puppet (2.6.9)
|
rspec-puppet (2.7.8)
|
||||||
rspec
|
rspec
|
||||||
rspec-support (3.6.0)
|
rspec-support (3.9.0)
|
||||||
rubocop (0.50.0)
|
rubocop (0.50.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.3.3.1, < 3.0)
|
parser (>= 2.3.3.1, < 3.0)
|
||||||
|
|
@ -183,7 +183,7 @@ DEPENDENCIES
|
||||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||||
puppetlabs_spec_helper (~> 2.3)
|
puppetlabs_spec_helper (~> 2.3)
|
||||||
r10k (~> 2.5)
|
r10k (~> 2.5)
|
||||||
rspec-puppet (~> 2.6)
|
rspec-puppet (~> 2.7)
|
||||||
rubocop (~> 0.50)
|
rubocop (~> 0.50)
|
||||||
rugged (~> 0.26)
|
rugged (~> 0.26)
|
||||||
tty-command (~> 0.6)
|
tty-command (~> 0.6)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue