From 3ed2440ed5476da0defe7d3c30fc26a0ffd106df Mon Sep 17 00:00:00 2001 From: Lutz Lengemann Date: Thu, 18 Feb 2016 09:01:34 +0100 Subject: Call viz with dupped options so they can be edited --- lib/bundler/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler') diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 8e4e8e94..ed87b03e 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -359,7 +359,7 @@ module Bundler method_option :without, :type => :array, :default => [], :aliases => "-W", :banner => "GROUP[ GROUP...]", :desc => "Exclude gems that are part of the specified named group." def viz require "bundler/cli/viz" - Viz.new(options).run + Viz.new(options.dup).run end desc "gem GEM [OPTIONS]", "Creates a skeleton for creating a rubygem" -- cgit v1.2.3