From d67e5834933a300712dfb9f420a2f3a342e8f197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:28:07 +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 69c72be..cd97b70 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :tests do gem 'puppet_metadata', '~> 4.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