mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Bump rspec-puppet from 2.11.1 to 2.12.0
Bumps [rspec-puppet](https://github.com/puppetlabs/rspec-puppet) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/puppetlabs/rspec-puppet/releases) - [Changelog](https://github.com/puppetlabs/rspec-puppet/blob/master/CHANGELOG.md) - [Commits](https://github.com/puppetlabs/rspec-puppet/compare/v2.11.1...v2.12.0) --- updated-dependencies: - dependency-name: rspec-puppet dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3f80e27353
commit
121d764dba
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -23,7 +23,7 @@ group :development, :unit_tests do
|
||||||
gem 'json', '>= 2.0.2'
|
gem 'json', '>= 2.0.2'
|
||||||
gem 'metadata-json-lint', '~> 3.0'
|
gem 'metadata-json-lint', '~> 3.0'
|
||||||
gem 'puppetlabs_spec_helper', '~> 4.0'
|
gem 'puppetlabs_spec_helper', '~> 4.0'
|
||||||
gem 'rspec-puppet', '~> 2.11'
|
gem 'rspec-puppet', '~> 2.12'
|
||||||
gem 'rubocop', '~> 1.35'
|
gem 'rubocop', '~> 1.35'
|
||||||
gem 'tty-command', '~> 0.6'
|
gem 'tty-command', '~> 0.6'
|
||||||
gem 'tty-file', '~> 0.9'
|
gem 'tty-file', '~> 0.9'
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ GEM
|
||||||
rspec-mocks (3.11.1)
|
rspec-mocks (3.11.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.11.0)
|
rspec-support (~> 3.11.0)
|
||||||
rspec-puppet (2.11.1)
|
rspec-puppet (2.12.0)
|
||||||
rspec
|
rspec
|
||||||
rspec-support (3.11.0)
|
rspec-support (3.11.0)
|
||||||
rubocop (1.35.0)
|
rubocop (1.35.0)
|
||||||
|
|
@ -226,7 +226,7 @@ DEPENDENCIES
|
||||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||||
puppetlabs_spec_helper (~> 4.0)
|
puppetlabs_spec_helper (~> 4.0)
|
||||||
r10k (~> 3.15)
|
r10k (~> 3.15)
|
||||||
rspec-puppet (~> 2.11)
|
rspec-puppet (~> 2.12)
|
||||||
rubocop (~> 1.35)
|
rubocop (~> 1.35)
|
||||||
rugged (~> 1.4)
|
rugged (~> 1.4)
|
||||||
tty-command (~> 0.6)
|
tty-command (~> 0.6)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue