From d4975ff90cc6b4cf5875ffa6014ed42550be9e30 Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Mon, 8 Mar 2021 16:24:20 +0200 Subject: (maint) Bump PDK to 2 PDK 2 has been released which now accepts Facter 4, so we can use it now. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5f131ee..239358b 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ end group :release do gem "puppet-blacksmith", '~> 3.4', require: false - gem "pdk", platforms: [:ruby] + gem "pdk", *location_for(ENV['PDK_VERSION'] || '~> 2') end puppet_version = ENV['PUPPET_GEM_VERSION'] -- cgit v1.2.3