diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2020-09-29 15:36:08 +0300 |
---|---|---|
committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2020-09-29 15:38:49 +0300 |
commit | 4f955a385c7289f201f041dfe78a398e421a0ed9 (patch) | |
tree | 8800ee3de8f7614e59252c77fc71fafa81efdcd6 | |
parent | 61d65fa2b1d23ec62f2ed11c4b3644ffbef75f3a (diff) | |
download | puppet-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |