From 4eb81d137eb778b6a078fb0abc4e05073d4cf759 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Mon, 9 Jun 2025 15:43:37 -0400 Subject: [PATCH] Remove upper bound on puppet-strings Without this patch, a very old version of puppet-strings is used and updates to the software are not available. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 37e3d77..8cf3e6b 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'puppet-lint-unquoted_string-check', '~> 2.0' gem 'puppet-lint-variable_contains_upcase', '~> 1.2' gem 'puppet-lint-version_comparison-check', '~> 1.0' gem 'puppet-lint', '~> 2.4' -gem 'puppet-strings', '~> 2.6' +gem 'puppet-strings' gem 'puppet-syntax', '~> 3.2.0' gem 'puppet', '~> 7.5' gem 'puppetlabs_spec_helper', '~> 5.0'