From 62c3012ea4738b29b3c412efc9f33c9d48ce519e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:01:40 +0000 Subject: [PATCH] Bump puppetlabs_spec_helper from 4.0.1 to 5.0.1 Bumps [puppetlabs_spec_helper](https://github.com/puppetlabs/puppetlabs_spec_helper) from 4.0.1 to 5.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/v4.0.1...v5.0.1) --- updated-dependencies: - dependency-name: puppetlabs_spec_helper dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 41 ++++++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index 9e72dd2..8cdc2f0 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.41' gem 'tty-command', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 265871a..766fc35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) colored2 (3.1.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) cri (2.15.11) deep_merge (1.2.2) diff-lcs (1.5.0) @@ -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 (0.2.1) 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.1) mocha (~> 1.0) - pathspec (>= 0.2.1, < 1.1.0) - puppet-lint (~> 2.0) - puppet-syntax (>= 2.0, < 4) + pathspec (~> 0.2) + puppet-lint (~> 2.5.2) + 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.1) 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.41.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.41)