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