diff options
| author | Melissa Stone <melissa@puppet.com> | 2018-04-30 12:54:22 -0700 |
|---|---|---|
| committer | Melissa Stone <melissa@puppet.com> | 2018-04-30 12:54:22 -0700 |
| commit | 34210af043f5117fbf08327cdca52cd36b32f9b1 (patch) | |
| tree | dcbba88b4c8923fbefafc81ab539bd8d2f43179e | |
| parent | 85d9192d4197b384b96be1278271dde3efaf9565 (diff) | |
| download | puppet-mailalias_core-34210af043f5117fbf08327cdca52cd36b32f9b1.tar.gz puppet-mailalias_core-34210af043f5117fbf08327cdca52cd36b32f9b1.tar.bz2 | |
(maint) blacksmith is required to push to the forge
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ group :development do gem "puppet-module-win-default-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw] gem "puppet-module-win-dev-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw] + # Needed to push to the forge + gem "puppet-blacksmith", '~> 3.4', require: false + # Puppet Strings for documentation purposes gem 'puppet-strings' gem 'rake' |
