diff --git a/lib/monoz/application.rb b/lib/monoz/application.rb index 06aeec4..63a7db3 100644 --- a/lib/monoz/application.rb +++ b/lib/monoz/application.rb @@ -24,7 +24,6 @@ def bundle(*command) return help("bundle") if command.nil? || command.first == "help" projects = Monoz.projects.order(:dependants) - Monoz::Services::BundleService.new(self).link_local_gems!(projects) Monoz::Services::RunService.new(self).call(projects, "bundle", *command) say "The command ran successfully in all project directories without any errors.", [:green]