aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGheorghe Popescu <gheorghe.popescu@puppet.com>2021-03-12 09:13:22 +0200
committerGitHub <noreply@github.com>2021-03-12 09:13:22 +0200
commit45850cc69103259925d7f4f829b57b95dd173b89 (patch)
tree3caa87736d1f4c8b0d10e053d7f36e6eafb4b13c /Gemfile
parent771a514cbc792481d98b29ec48fe5e369fa111aa (diff)
parent8843e245bab25ed71d993949604253afe929b611 (diff)
downloadpuppet-sshkeys_core-45850cc69103259925d7f4f829b57b95dd173b89.tar.gz
puppet-sshkeys_core-45850cc69103259925d7f4f829b57b95dd173b89.tar.bz2
Merge pull request #46 from GabrielNagy/MODULES-10953/update-metadata
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']