summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-05 10:18:11 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-07 11:57:54 +0100
commit5216e6937b731631464ec14513686029207c147e (patch)
treec5e856f3150cd2903faf3e0b0d106a7651150b08
parente6a68ab7e6594dbb4e7f4afe941b0cd37f503761 (diff)
downloadbundler-5216e6937b731631464ec14513686029207c147e.tar.gz
Remove unnecessary require
I think this comes from times where our vendored `Thor` was not namespaced and we were doing this to avoid conflicts.
-rw-r--r--lib/bundler/gem_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/gem_helper.rb b/lib/bundler/gem_helper.rb
index 81872b9429..46a6643233 100644
--- a/lib/bundler/gem_helper.rb
+++ b/lib/bundler/gem_helper.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
-require_relative "vendored_thor" unless defined?(Thor)
require_relative "../bundler"
require "shellwords"