From cc443ce4a9fb190ec744a071472e740a8338f010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:28:21 +0000 Subject: [PATCH] chore(deps): update dependency voxpupuli-test to v7 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 38a5421..9cbdd1f 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :tests do # This draws in rubocop and other useful gems for puppet tests # rubocop:disable Bundler/DuplicatedGem gem 'voxpupuli-test', '~> 7.1', 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