aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2020-09-29 15:36:08 +0300
committerGabriel Nagy <gabriel.nagy@puppet.com>2020-09-29 15:38:49 +0300
commit4f955a385c7289f201f041dfe78a398e421a0ed9 (patch)
tree8800ee3de8f7614e59252c77fc71fafa81efdcd6
parent61d65fa2b1d23ec62f2ed11c4b3644ffbef75f3a (diff)
downloadpuppet-augeas_core-4f955a385c7289f201f041dfe78a398e421a0ed9.tar.gz
puppet-augeas_core-4f955a385c7289f201f041dfe78a398e421a0ed9.tar.bz2
(maint) Readd puppet-blacksmith dependency
The release job uses a task from this gem which we lost on the way when removing the puppet-module-gems dependency.
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3444d32..410cb56 100644
--- a/Gemfile
+++ b/Gemfile
@@ -40,6 +40,7 @@ end
group :system_tests do
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
+ gem "puppet-blacksmith", '~> 3.4', require: false
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.5')
gem "beaker-pe", require: false