lib/autowow/features/gem.rb in autowow-0.12.0 vs lib/autowow/features/gem.rb in autowow-0.12.1
- old
+ new
@@ -57,10 +57,10 @@
pretty_with_output.run(rubocop_autocorrect(filtered)) if filtered.any?
end
end
def bundle_exec(cmd)
- pretty_with_output.run(["bundle", "exec"] + cmd)
+ Autowow::Executor.pretty_with_output.run(["bundle", "exec"] + cmd)
end
def db_migrate
pretty_with_output.run(rake_db_migrate)
end