From 8ce412b0f4bfd12a5cf8edc48ed8d611eddda780 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 11:27:54 +0000 Subject: [PATCH] Bump rspec-puppet from 2.6.9 to 2.7.8 Bumps [rspec-puppet](https://github.com/rodjek/rspec-puppet) from 2.6.9 to 2.7.8. - [Release notes](https://github.com/rodjek/rspec-puppet/releases) - [Changelog](https://github.com/rodjek/rspec-puppet/blob/master/CHANGELOG.md) - [Commits](https://github.com/rodjek/rspec-puppet/compare/v2.6.9...v2.7.8) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index e55fa26..43fb827 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :development, :unit_tests do gem 'json', '>= 2.0.2' gem 'metadata-json-lint', '~> 2.0' gem 'puppetlabs_spec_helper', '~> 2.3' - gem 'rspec-puppet', '~> 2.6' + gem 'rspec-puppet', '~> 2.7' gem 'rubocop', '~> 0.50' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 343450e..9e5e611 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,21 +107,21 @@ GEM rainbow (2.2.2) rake rake (12.1.0) - rspec (3.6.0) - rspec-core (~> 3.6.0) - rspec-expectations (~> 3.6.0) - rspec-mocks (~> 3.6.0) - rspec-core (3.6.0) - rspec-support (~> 3.6.0) - rspec-expectations (3.6.0) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.0) + rspec-support (~> 3.9.0) + rspec-expectations (3.9.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.6.0) - rspec-mocks (3.6.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.6.0) - rspec-puppet (2.6.9) + rspec-support (~> 3.9.0) + rspec-puppet (2.7.8) rspec - rspec-support (3.6.0) + rspec-support (3.9.0) rubocop (0.50.0) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) @@ -183,7 +183,7 @@ DEPENDENCIES puppet-lint-variable_contains_upcase (~> 1.2) puppetlabs_spec_helper (~> 2.3) r10k (~> 2.5) - rspec-puppet (~> 2.6) + rspec-puppet (~> 2.7) rubocop (~> 0.50) rugged (~> 0.26) tty-command (~> 0.6)