From b1ef46d7c6c67de12409ba3a6420d22075a7ec50 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Fri, 9 Feb 2024 11:38:39 +0000 Subject: [PATCH 1/2] (feat) - bump puppet-lint to v4.2.4 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f24e5e11..c23de35d 100644 --- a/Rakefile +++ b/Rakefile @@ -65,7 +65,7 @@ task :gem_revendor do { :directory => 'puppet-lint', :github_repo => 'https://github.com/puppetlabs/puppet-lint.git', - :github_ref => 'v4.2.0', + :github_ref => 'v4.2.4', }, { :directory => 'hiera-eyaml', From eda87a9f45e71f503957b3dbfabe01ba51e517ca Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Fri, 9 Feb 2024 11:39:08 +0000 Subject: [PATCH 2/2] (feat) - bump puppet-strings to v4.1.2 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index c23de35d..83192151 100644 --- a/Rakefile +++ b/Rakefile @@ -85,7 +85,7 @@ task :gem_revendor do { :directory => 'puppet-strings', :github_repo => 'https://github.com/puppetlabs/puppet-strings.git', - :github_ref => 'v4.1.0', + :github_ref => 'v4.1.2', }, { :directory => 'yard',