lib/autowow/features/gem.rb in autowow-0.8.1 vs lib/autowow/features/gem.rb in autowow-0.9.0

- old
+ new

@@ -40,9 +40,13 @@ .map { |line| pastel.strip(line) } pretty_with_output.run(rubocop_autocorrect(filtered)) if filtered.any? end end + def bundle_exec(cmd) + Autowow::Executor.pretty_with_output.run(["bundle", "exec"] + cmd) + end + include ReflectionUtils::CreateModuleFunctions end end end