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'