diff --git a/Gemfile b/Gemfile index e45a528..98f2a5e 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index bea2bea..75630dc 100644 --- a/Gemfile.lock +++ b/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)