From 56ddf301a18ec44b5f3b9258f970b32d06c76045 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 7 Nov 2023 14:03:37 +0100 Subject: [PATCH] Update to stdlib 9.x This also requires kafo 7.3 to parse multi line type aliases. --- Gemfile | 2 +- Puppetfile | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8891830b..0fcb87de 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.2', '< 8' +gem 'kafo', '>= 7.3', '< 8' gem 'librarian-puppet', '>= 3.0' gem 'puppet', ENV.key?('PUPPET_VERSION') ? "~> #{ENV['PUPPET_VERSION']}" : '~> 7.0' gem 'facter', '>= 3.0', '!= 4.0.52' diff --git a/Puppetfile b/Puppetfile index 99c6ca89..ab23971b 100644 --- a/Puppetfile +++ b/Puppetfile @@ -1,9 +1,5 @@ forge 'https://forgeapi.puppet.com/' -# We're not ready for version 9 -mod 'puppetlabs/stdlib', '< 9' -mod 'puppetlabs/apt', '< 9.1.0' - # HTTP/2 and SSL support for settings in Hiera mod 'puppetlabs/apache', '>= 8.3'