From 5ad3dc0ba940a49800ad12cec7b33cec0b1d6cb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:27:46 +0000 Subject: [PATCH] Update dependency voxpupuli-test to v7 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 69c72be..867d365 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :tests do # This draws in rubocop and other useful gems for puppet tests # rubocop:disable Bundler/DuplicatedGem gem 'voxpupuli-test', '~> 7.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0') - gem 'voxpupuli-test', '~> 5.7', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0') + gem 'voxpupuli-test', '~> 7.0', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0') # rubocop:enable Bundler/DuplicatedGem end