diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2020-09-29 15:45:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 15:45:53 +0300 |
commit | 5e68e2c7a27a8e38d2681117571075c48c73514f (patch) | |
tree | 8800ee3de8f7614e59252c77fc71fafa81efdcd6 | |
parent | 61d65fa2b1d23ec62f2ed11c4b3644ffbef75f3a (diff) | |
parent | 4f955a385c7289f201f041dfe78a398e421a0ed9 (diff) | |
download | puppet-augeas_core-5e68e2c7a27a8e38d2681117571075c48c73514f.tar.gz puppet-augeas_core-5e68e2c7a27a8e38d2681117571075c48c73514f.tar.bz2 |
Merge pull request #30 from GabrielNagy/readd-puppet-blacksmith
(maint) Readd puppet-blacksmith 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 |