From acceab97afe75436c32358ac262c542be74209a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:05:28 +0000 Subject: [PATCH] Update dependency voxpupuli-test to v7 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7c163ed..f550992 100644 --- a/Gemfile +++ b/Gemfile @@ -19,8 +19,8 @@ group :tests do gem 'rspec-puppet', '>= 2.4.0' # This draws in rubocop and other useful gems for puppet tests # rubocop:disable Bundler/DuplicatedGem - gem 'voxpupuli-test', '~> 6.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') + 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