lib/bundler/vendor/thor/lib/thor.rb in bundler-2.0.2 vs lib/bundler/vendor/thor/lib/thor.rb in bundler-2.1.0.pre.1

- old
+ new

@@ -1,6 +1,6 @@ require "set" -require "bundler/vendor/thor/lib/thor/base" +require_relative "thor/base" class Bundler::Thor class << self # Allows for custom "Command" package naming. #