mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Bump puppetlabs_spec_helper from 2.16.0 to 4.0.1
Bumps [puppetlabs_spec_helper](https://github.com/puppetlabs/puppetlabs_spec_helper) from 2.16.0 to 4.0.1. - [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/v2.16.0...v4.0.1) --- 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
aa50854781
commit
f226fc6140
2 changed files with 18 additions and 18 deletions
34
Gemfile.lock
34
Gemfile.lock
|
|
@ -9,7 +9,7 @@ GEM
|
|||
concurrent-ruby (1.1.10)
|
||||
cri (2.15.11)
|
||||
deep_merge (1.2.2)
|
||||
diff-lcs (1.4.4)
|
||||
diff-lcs (1.5.0)
|
||||
facter (4.2.10)
|
||||
hocon (~> 1.3)
|
||||
thor (>= 1.0.1, < 2.0)
|
||||
|
|
@ -58,7 +58,7 @@ GEM
|
|||
json-schema (~> 2.8)
|
||||
spdx-licenses (~> 1.0)
|
||||
minitar (0.9)
|
||||
mocha (1.12.0)
|
||||
mocha (1.14.0)
|
||||
multi_json (1.15.0)
|
||||
multipart-post (2.2.3)
|
||||
os (1.1.1)
|
||||
|
|
@ -115,7 +115,7 @@ GEM
|
|||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-resource_api (1.8.14)
|
||||
hocon (>= 1.0)
|
||||
puppet-syntax (3.1.0)
|
||||
puppet-syntax (3.2.1)
|
||||
puppet (>= 5)
|
||||
rake
|
||||
puppet_forge (3.2.0)
|
||||
|
|
@ -123,7 +123,7 @@ GEM
|
|||
faraday_middleware (~> 1.0)
|
||||
minitar
|
||||
semantic_puppet (~> 1.0)
|
||||
puppetlabs_spec_helper (2.16.0)
|
||||
puppetlabs_spec_helper (4.0.1)
|
||||
mocha (~> 1.0)
|
||||
pathspec (>= 0.2.1, < 1.1.0)
|
||||
puppet-lint (~> 2.0)
|
||||
|
|
@ -141,24 +141,24 @@ GEM
|
|||
multi_json (~> 1.10)
|
||||
puppet_forge (>= 2.3.0)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.3)
|
||||
rake (13.0.6)
|
||||
regexp_parser (2.5.0)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
rspec-mocks (~> 3.10.0)
|
||||
rspec-core (3.10.1)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-expectations (3.10.1)
|
||||
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)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-mocks (3.10.2)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-mocks (3.11.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-puppet (2.9.0)
|
||||
rspec
|
||||
rspec-support (3.10.2)
|
||||
rspec-support (3.11.0)
|
||||
rubocop (1.30.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.0.0)
|
||||
|
|
@ -224,7 +224,7 @@ DEPENDENCIES
|
|||
puppet-lint-undef_in_function-check (~> 0.2)
|
||||
puppet-lint-unquoted_string-check (~> 2.0)
|
||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||
puppetlabs_spec_helper (~> 2.15)
|
||||
puppetlabs_spec_helper (~> 4.0)
|
||||
r10k (~> 3.15)
|
||||
rspec-puppet (~> 2.6)
|
||||
rubocop (~> 1.30)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue