aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2021-03-08 16:24:20 +0200
committerGabriel Nagy <gabriel.nagy@puppet.com>2021-03-08 16:28:26 +0200
commitd4975ff90cc6b4cf5875ffa6014ed42550be9e30 (patch)
treef0cfc03f631daf4f9f01fde2aa4d0a3b2351341d
parentcb37f1f5a405923a3a98ee92b173384a0cf182c9 (diff)
downloadpuppet-augeas_core-d4975ff90cc6b4cf5875ffa6014ed42550be9e30.tar.gz
puppet-augeas_core-d4975ff90cc6b4cf5875ffa6014ed42550be9e30.tar.bz2
(maint) Bump PDK to 2
PDK 2 has been released which now accepts Facter 4, so we can use it now.
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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']