mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Bump puppetlabs_spec_helper from 4.0.1 to 5.0.2
Bumps [puppetlabs_spec_helper](https://github.com/puppetlabs/puppetlabs_spec_helper) from 4.0.1 to 5.0.2. - [Release notes](https://github.com/puppetlabs/puppetlabs_spec_helper/releases) - [Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v4.0.1...v5.0.2) --- updated-dependencies: - dependency-name: puppetlabs_spec_helper dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6e2aff8e58
commit
2890e23781
2 changed files with 22 additions and 19 deletions
2
Gemfile
2
Gemfile
|
|
@ -22,7 +22,7 @@ end
|
|||
group :development, :unit_tests do
|
||||
gem 'json', '>= 2.0.2'
|
||||
gem 'metadata-json-lint', '~> 3.0'
|
||||
gem 'puppetlabs_spec_helper', '~> 4.0'
|
||||
gem 'puppetlabs_spec_helper', '~> 5.0'
|
||||
gem 'rspec-puppet', '~> 2.12'
|
||||
gem 'rubocop', '~> 1.44'
|
||||
gem 'tty-command', '~> 0.6'
|
||||
|
|
|
|||
39
Gemfile.lock
39
Gemfile.lock
|
|
@ -43,7 +43,7 @@ GEM
|
|||
json-schema (>= 2.8, < 4.0)
|
||||
spdx-licenses (~> 1.0)
|
||||
minitar (0.9)
|
||||
mocha (1.14.0)
|
||||
mocha (1.16.1)
|
||||
multi_json (1.15.0)
|
||||
os (1.1.4)
|
||||
parallel (1.22.1)
|
||||
|
|
@ -51,7 +51,7 @@ GEM
|
|||
ast (~> 2.4.1)
|
||||
pastel (0.8.0)
|
||||
tty-color (~> 0.5)
|
||||
pathspec (1.0.0)
|
||||
pathspec (1.1.3)
|
||||
prime (0.1.2)
|
||||
forwardable
|
||||
singleton
|
||||
|
|
@ -110,11 +110,12 @@ GEM
|
|||
faraday-follow_redirects (~> 0.3.0)
|
||||
minitar
|
||||
semantic_puppet (~> 1.0)
|
||||
puppetlabs_spec_helper (4.0.1)
|
||||
puppetlabs_spec_helper (5.0.2)
|
||||
mocha (~> 1.0)
|
||||
pathspec (>= 0.2.1, < 1.1.0)
|
||||
puppet-lint (~> 2.0)
|
||||
puppet-syntax (>= 2.0, < 4)
|
||||
pathspec (>= 0.2, < 2.0.0)
|
||||
puppet-lint (>= 2.5.2, < 4.0.0)
|
||||
puppet-syntax (~> 3.0)
|
||||
rspec-github (~> 2.0)
|
||||
rspec-puppet (~> 2.0)
|
||||
r10k (3.15.3)
|
||||
colored2 (= 3.1.2)
|
||||
|
|
@ -131,21 +132,23 @@ GEM
|
|||
rake (13.0.6)
|
||||
regexp_parser (2.6.2)
|
||||
rexml (3.2.5)
|
||||
rspec (3.11.0)
|
||||
rspec-core (~> 3.11.0)
|
||||
rspec-expectations (~> 3.11.0)
|
||||
rspec-mocks (~> 3.11.0)
|
||||
rspec-core (3.11.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-expectations (3.11.0)
|
||||
rspec (3.12.0)
|
||||
rspec-core (~> 3.12.0)
|
||||
rspec-expectations (~> 3.12.0)
|
||||
rspec-mocks (~> 3.12.0)
|
||||
rspec-core (3.12.0)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-expectations (3.12.2)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-mocks (3.11.1)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-github (2.4.0)
|
||||
rspec-core (~> 3.0)
|
||||
rspec-mocks (3.12.3)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-puppet (2.12.0)
|
||||
rspec
|
||||
rspec-support (3.11.0)
|
||||
rspec-support (3.12.0)
|
||||
rubocop (1.44.0)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
|
|
@ -212,7 +215,7 @@ DEPENDENCIES
|
|||
puppet-lint-undef_in_function-check (~> 0.2)
|
||||
puppet-lint-unquoted_string-check (~> 2.2)
|
||||
puppet-lint-variable_contains_upcase (~> 1.3)
|
||||
puppetlabs_spec_helper (~> 4.0)
|
||||
puppetlabs_spec_helper (~> 5.0)
|
||||
r10k (~> 3.15)
|
||||
rspec-puppet (~> 2.12)
|
||||
rubocop (~> 1.44)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue