aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGheorghe Popescu <gheorghe.popescu@puppet.com>2020-10-06 14:09:10 +0300
committerGitHub <noreply@github.com>2020-10-06 14:09:10 +0300
commit8f65c914013315d3b8f5c3b1b68d31d154dc1966 (patch)
tree236adeaa2731c31ca2caec04a1c453d0637afd1c /Gemfile
parentb9ae26104f23ea22b19ef159cd6b72f0d615417d (diff)
parenta622e0003ee04293423b07826cd80253687779b7 (diff)
downloadpuppet-hosts_core-8f65c914013315d3b8f5c3b1b68d31d154dc1966.tar.gz
puppet-hosts_core-8f65c914013315d3b8f5c3b1b68d31d154dc1966.tar.bz2
Merge pull request #23 from luchihoratiu/maint-github-actions-fixes
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3444d32..dd48fcc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -46,6 +46,8 @@ group :system_tests do
gem "beaker-hostgenerator"
gem "beaker-rspec"
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.0')
+ gem "pdk", '~> 1.18', platforms: [:ruby]
+ gem "puppet-blacksmith", '~> 3.4', require: false
end
puppet_version = ENV['PUPPET_GEM_VERSION']