aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGheorghe Popescu <gheorghe.popescu@puppet.com>2020-10-06 14:10:41 +0300
committerGitHub <noreply@github.com>2020-10-06 14:10:41 +0300
commit4e5069ee7b7047df39067e8a124e11b03d8a7a23 (patch)
tree366067f3ee046d594881889b5866c94ef0bc2e19 /Gemfile
parent71217a54a2b6442cf9d2b47e5f13a46c5a7b5a5c (diff)
parentaf5dde4b8d21a02e64e202fd3fb1a57091de3e41 (diff)
downloadpuppet-augeas_core-4e5069ee7b7047df39067e8a124e11b03d8a7a23.tar.gz
puppet-augeas_core-4e5069ee7b7047df39067e8a124e11b03d8a7a23.tar.bz2
Merge pull request #33 from puppetlabs/maint-github-actions-fixes
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 512aa91..4ba2d59 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,6 +48,7 @@ group :system_tests do
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']