From ce1785399fbaf9b50260dc4055b4132256754479 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 21 Oct 2024 11:54:06 +0200 Subject: [PATCH] puppet-modulebuilder: Switch to 2.x; use file allowlist when building modules This is coming from https://github.com/voxpupuli/puppet-blacksmith/pull/125 I don't think we need to mark this as backwards-incompatible change here because it shouldn't break our modules. --- voxpupuli-release.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-release.gemspec b/voxpupuli-release.gemspec index a849870..fc3dcaa 100644 --- a/voxpupuli-release.gemspec +++ b/voxpupuli-release.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| # Runtime dependencies, but also probably dependencies of requiring projects s.add_runtime_dependency 'faraday-retry', '~> 2.1' s.add_runtime_dependency 'github_changelog_generator', '~> 1.16', '>= 1.16.4' - s.add_runtime_dependency 'puppet-blacksmith', '~> 7.0' + s.add_runtime_dependency 'puppet-blacksmith', '~> 8.0' s.add_runtime_dependency 'puppet-strings', '~> 4' s.add_runtime_dependency 'rake', '~> 13.0', '>= 13.0.6'