diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-03-08 16:24:20 +0200 |
---|---|---|
committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-03-08 16:28:26 +0200 |
commit | d4975ff90cc6b4cf5875ffa6014ed42550be9e30 (patch) | |
tree | f0cfc03f631daf4f9f01fde2aa4d0a3b2351341d | |
parent | cb37f1f5a405923a3a98ee92b173384a0cf182c9 (diff) | |
download | puppet-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] |