aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2021-03-11 16:36:09 +0200
committerGabriel Nagy <gabriel.nagy@puppet.com>2021-03-11 16:36:09 +0200
commit1487c207cca7217a909cf1a305431c45c93be64d (patch)
treed32124c1a35e34d0ab9e58b71132435b477664fc /Gemfile
parent771a514cbc792481d98b29ec48fe5e369fa111aa (diff)
downloadpuppet-sshkeys_core-1487c207cca7217a909cf1a305431c45c93be64d.tar.gz
puppet-sshkeys_core-1487c207cca7217a909cf1a305431c45c93be64d.tar.bz2
(MODULES-10953) Update metadata.json and pdk version
To avoid having to update this everytime we release a new agent platform, it should be enough to specify the supported OS, without specific versions. It is assumed that for each OS in metadata.json, the versions supported are the same as what the agent itself supports.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5f131ee..5c87918 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", '~> 2.0', platforms: [:ruby]
end
puppet_version = ENV['PUPPET_GEM_VERSION']