mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 18:07:43 -04:00
Bump puppetlabs_spec_helper from 2.3.2 to 2.14.1
Bumps [puppetlabs_spec_helper](https://github.com/puppetlabs/puppetlabs_spec_helper) from 2.3.2 to 2.14.1. - [Release notes](https://github.com/puppetlabs/puppetlabs_spec_helper/releases) - [Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/blob/master/CHANGELOG.md) - [Commits](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.3.2...v2.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
781bf8bbf7
commit
9309290417
2 changed files with 19 additions and 19 deletions
36
Gemfile.lock
36
Gemfile.lock
|
|
@ -32,13 +32,11 @@ GEM
|
|||
addressable (>= 2.4)
|
||||
locale (2.1.2)
|
||||
log4r (1.1.10)
|
||||
metaclass (0.0.4)
|
||||
metadata-json-lint (2.0.2)
|
||||
json-schema (~> 2.8)
|
||||
spdx-licenses (~> 1.0)
|
||||
minitar (0.6.1)
|
||||
mocha (1.3.0)
|
||||
metaclass (~> 0.0.1)
|
||||
mocha (1.11.1)
|
||||
multi_json (1.12.2)
|
||||
multipart-post (2.0.0)
|
||||
necromancer (0.4.0)
|
||||
|
|
@ -49,6 +47,7 @@ GEM
|
|||
pastel (0.7.1)
|
||||
equatable (~> 0.5.0)
|
||||
tty-color (~> 0.4.0)
|
||||
pathspec (0.2.1)
|
||||
powerpack (0.1.1)
|
||||
public_suffix (3.0.0)
|
||||
puppet (5.3.2)
|
||||
|
|
@ -83,7 +82,7 @@ GEM
|
|||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-lint-variable_contains_upcase (1.2.0)
|
||||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-syntax (2.4.1)
|
||||
puppet-syntax (2.6.0)
|
||||
rake
|
||||
puppet_forge (2.2.6)
|
||||
faraday (~> 0.9.0)
|
||||
|
|
@ -91,8 +90,9 @@ GEM
|
|||
gettext-setup (~> 0.11)
|
||||
minitar
|
||||
semantic_puppet (~> 0.1.0)
|
||||
puppetlabs_spec_helper (2.3.2)
|
||||
puppetlabs_spec_helper (2.14.1)
|
||||
mocha (~> 1.0)
|
||||
pathspec (~> 0.2.1)
|
||||
puppet-lint (~> 2.0)
|
||||
puppet-syntax (~> 2.0)
|
||||
rspec-puppet (~> 2.0)
|
||||
|
|
@ -106,22 +106,22 @@ GEM
|
|||
semantic_puppet (~> 0.1.0)
|
||||
rainbow (2.2.2)
|
||||
rake
|
||||
rake (12.1.0)
|
||||
rspec (3.6.0)
|
||||
rspec-core (~> 3.6.0)
|
||||
rspec-expectations (~> 3.6.0)
|
||||
rspec-mocks (~> 3.6.0)
|
||||
rspec-core (3.6.0)
|
||||
rspec-support (~> 3.6.0)
|
||||
rspec-expectations (3.6.0)
|
||||
rake (13.0.1)
|
||||
rspec (3.9.0)
|
||||
rspec-core (~> 3.9.0)
|
||||
rspec-expectations (~> 3.9.0)
|
||||
rspec-mocks (~> 3.9.0)
|
||||
rspec-core (3.9.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-expectations (3.9.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.6.0)
|
||||
rspec-mocks (3.6.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-mocks (3.9.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.6.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-puppet (2.6.9)
|
||||
rspec
|
||||
rspec-support (3.6.0)
|
||||
rspec-support (3.9.0)
|
||||
rubocop (0.50.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.3.3.1, < 3.0)
|
||||
|
|
@ -181,7 +181,7 @@ DEPENDENCIES
|
|||
puppet-lint-undef_in_function-check (~> 0.2)
|
||||
puppet-lint-unquoted_string-check (~> 0.3)
|
||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||
puppetlabs_spec_helper (~> 2.3)
|
||||
puppetlabs_spec_helper (~> 2.14)
|
||||
r10k (~> 2.5)
|
||||
rspec-puppet (~> 2.6)
|
||||
rubocop (~> 0.50)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue