From 34922f73c73573fab9d52e5a79d4e2b3b0b82a2d Mon Sep 17 00:00:00 2001 From: jhongturney Date: Thu, 25 Jan 2024 15:18:38 -0800 Subject: [PATCH] bump default puppet version to match what we're already using in other tests --- octocatalog-diff.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octocatalog-diff.gemspec b/octocatalog-diff.gemspec index 665abf2..f77c2ca 100644 --- a/octocatalog-diff.gemspec +++ b/octocatalog-diff.gemspec @@ -1,6 +1,6 @@ require 'json' -DEFAULT_PUPPET_VERSION = '5.5.8'.freeze +DEFAULT_PUPPET_VERSION = '5.5.22'.freeze Gem::Specification.new do |s| s.required_ruby_version = '>= 2.0.0'