From 6ea1c8d80aaddb9ffeee58a47b6860d219a28095 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 17 Mar 2026 11:16:45 +0100 Subject: [PATCH] Require kafo >= 7.7 theforeman/puppet since [1] uses syntax that can only be parsed by kafo 7.7+ [2] [1] https://github.com/theforeman/puppet-puppet/pull/978 [2] https://github.com/theforeman/kafo/pull/391 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 571dce38..d940cb8d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # We don't want to list psych since that updates the bundled version gem 'rdoc', '< 6.4' -gem 'kafo', '>= 7.6', '< 8' +gem 'kafo', '>= 7.7', '< 8' gem 'librarian-puppet', '>= 3.0' gem 'openvox', "~> #{ENV.fetch('PUPPET_VERSION', '8.0')}"