mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57: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
2
Gemfile
2
Gemfile
|
|
@ -20,7 +20,7 @@ end
|
||||||
group :development, :unit_tests do
|
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.14'
|
||||||
gem 'rspec-puppet', '~> 2.6'
|
gem 'rspec-puppet', '~> 2.6'
|
||||||
gem 'rubocop', '~> 0.50'
|
gem 'rubocop', '~> 0.50'
|
||||||
gem 'tty-command', '~> 0.6'
|
gem 'tty-command', '~> 0.6'
|
||||||
|
|
|
||||||
36
Gemfile.lock
36
Gemfile.lock
|
|
@ -32,13 +32,11 @@ GEM
|
||||||
addressable (>= 2.4)
|
addressable (>= 2.4)
|
||||||
locale (2.1.2)
|
locale (2.1.2)
|
||||||
log4r (1.1.10)
|
log4r (1.1.10)
|
||||||
metaclass (0.0.4)
|
|
||||||
metadata-json-lint (2.0.2)
|
metadata-json-lint (2.0.2)
|
||||||
json-schema (~> 2.8)
|
json-schema (~> 2.8)
|
||||||
spdx-licenses (~> 1.0)
|
spdx-licenses (~> 1.0)
|
||||||
minitar (0.6.1)
|
minitar (0.6.1)
|
||||||
mocha (1.3.0)
|
mocha (1.11.1)
|
||||||
metaclass (~> 0.0.1)
|
|
||||||
multi_json (1.12.2)
|
multi_json (1.12.2)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
necromancer (0.4.0)
|
necromancer (0.4.0)
|
||||||
|
|
@ -49,6 +47,7 @@ GEM
|
||||||
pastel (0.7.1)
|
pastel (0.7.1)
|
||||||
equatable (~> 0.5.0)
|
equatable (~> 0.5.0)
|
||||||
tty-color (~> 0.4.0)
|
tty-color (~> 0.4.0)
|
||||||
|
pathspec (0.2.1)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
public_suffix (3.0.0)
|
public_suffix (3.0.0)
|
||||||
puppet (5.3.2)
|
puppet (5.3.2)
|
||||||
|
|
@ -83,7 +82,7 @@ GEM
|
||||||
puppet-lint (>= 1.0, < 3.0)
|
puppet-lint (>= 1.0, < 3.0)
|
||||||
puppet-lint-variable_contains_upcase (1.2.0)
|
puppet-lint-variable_contains_upcase (1.2.0)
|
||||||
puppet-lint (>= 1.0, < 3.0)
|
puppet-lint (>= 1.0, < 3.0)
|
||||||
puppet-syntax (2.4.1)
|
puppet-syntax (2.6.0)
|
||||||
rake
|
rake
|
||||||
puppet_forge (2.2.6)
|
puppet_forge (2.2.6)
|
||||||
faraday (~> 0.9.0)
|
faraday (~> 0.9.0)
|
||||||
|
|
@ -91,8 +90,9 @@ GEM
|
||||||
gettext-setup (~> 0.11)
|
gettext-setup (~> 0.11)
|
||||||
minitar
|
minitar
|
||||||
semantic_puppet (~> 0.1.0)
|
semantic_puppet (~> 0.1.0)
|
||||||
puppetlabs_spec_helper (2.3.2)
|
puppetlabs_spec_helper (2.14.1)
|
||||||
mocha (~> 1.0)
|
mocha (~> 1.0)
|
||||||
|
pathspec (~> 0.2.1)
|
||||||
puppet-lint (~> 2.0)
|
puppet-lint (~> 2.0)
|
||||||
puppet-syntax (~> 2.0)
|
puppet-syntax (~> 2.0)
|
||||||
rspec-puppet (~> 2.0)
|
rspec-puppet (~> 2.0)
|
||||||
|
|
@ -106,22 +106,22 @@ GEM
|
||||||
semantic_puppet (~> 0.1.0)
|
semantic_puppet (~> 0.1.0)
|
||||||
rainbow (2.2.2)
|
rainbow (2.2.2)
|
||||||
rake
|
rake
|
||||||
rake (12.1.0)
|
rake (13.0.1)
|
||||||
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.6.9)
|
||||||
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)
|
||||||
|
|
@ -181,7 +181,7 @@ DEPENDENCIES
|
||||||
puppet-lint-undef_in_function-check (~> 0.2)
|
puppet-lint-undef_in_function-check (~> 0.2)
|
||||||
puppet-lint-unquoted_string-check (~> 0.3)
|
puppet-lint-unquoted_string-check (~> 0.3)
|
||||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||||
puppetlabs_spec_helper (~> 2.3)
|
puppetlabs_spec_helper (~> 2.14)
|
||||||
r10k (~> 2.5)
|
r10k (~> 2.5)
|
||||||
rspec-puppet (~> 2.6)
|
rspec-puppet (~> 2.6)
|
||||||
rubocop (~> 0.50)
|
rubocop (~> 0.50)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue