From 5216e6937b731631464ec14513686029207c147e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 5 Nov 2019 10:18:11 +0100 Subject: Remove unnecessary require I think this comes from times where our vendored `Thor` was not namespaced and we were doing this to avoid conflicts. --- lib/bundler/gem_helper.rb | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.1