From 4f955a385c7289f201f041dfe78a398e421a0ed9 Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Tue, 29 Sep 2020 15:36:08 +0300 Subject: (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. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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 -- cgit v1.2.3