From d418d5d6cc55f0ec56605bde0eda3ad3d3d92b23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:38:54 +0000 Subject: [PATCH] Update dependency puppet-syntax to v4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7c163ed..18b2ba9 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :tests do gem 'puppet_metadata', '~> 3.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0') gem 'puppet_metadata', '~> 2.1', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0') # rubocop:enable Bundler/DuplicatedGem - gem 'puppet-syntax', '~> 3.3' + gem 'puppet-syntax', '~> 4.0' gem 'rspec-puppet', '>= 2.4.0' # This draws in rubocop and other useful gems for puppet tests # rubocop:disable Bundler/DuplicatedGem