From 4ba2f6306ebfec9b675c5bc3c4a7fab3317e62fd Mon Sep 17 00:00:00 2001 From: Nikolay Burlov Date: Tue, 10 Mar 2015 14:02:13 +0800 Subject: Remove unused dups --- lib/bundler/cli/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/cli/install.rb b/lib/bundler/cli/install.rb index 43dd40a500..4d6715120b 100644 --- a/lib/bundler/cli/install.rb +++ b/lib/bundler/cli/install.rb @@ -2,7 +2,7 @@ module Bundler class CLI::Install attr_reader :options def initialize(options) - @options = options.dup + @options = options end def run -- cgit v1.2.1