This commit is contained in:
Roey Darwish Dror
2018-09-06 16:46:49 +03:00
parent 1e317d428c
commit 8c81b8d062
3 changed files with 27 additions and 0 deletions

View File

@@ -223,6 +223,10 @@ fn run() -> Result<(), Error> {
|terminal| generic::run_apm(terminal, opt.dry_run),
&mut terminal,
));
report.push_result(execute(
|terminal| generic::run_gem(&base_dirs, terminal, opt.dry_run),
&mut terminal,
));
#[cfg(target_os = "linux")]
{