mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #264 from genebean/dependabot/bundler/puppetlabs_spec_helper-5.0.2
Bump puppetlabs_spec_helper from 4.0.1 to 5.0.2
This commit is contained in:
commit
f5c54b5024
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
|
|
@ -62,7 +62,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)
|
||||
multipart-post (2.2.3)
|
||||
os (1.1.4)
|
||||
|
|
@ -71,7 +71,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
|
||||
|
|
@ -130,11 +130,12 @@ GEM
|
|||
faraday_middleware (~> 1.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.4)
|
||||
colored2 (= 3.1.2)
|
||||
|
|
@ -151,21 +152,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)
|
||||
|
|
@ -232,7 +235,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