From 0447a0d34d5d111d157ae1855c55ec6b754fef7f Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 18 Oct 2024 13:37:07 +0200 Subject: [PATCH] [TMP] use kafo from git --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5a971723..ecf2ec98 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.3', '< 8' +gem 'kafo', github: 'theforeman/kafo' gem 'librarian-puppet', '>= 3.0' gem 'puppet', ENV.key?('PUPPET_VERSION') ? "~> #{ENV['PUPPET_VERSION']}" : '~> 7.0' gem 'facter', '>= 3.0', '!= 4.0.52'