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

- old
+ new

@@ -1,6 +1,6 @@ -require "bundler/vendor/thor/lib/thor/line_editor/basic" -require "bundler/vendor/thor/lib/thor/line_editor/readline" +require_relative "line_editor/basic" +require_relative "line_editor/readline" class Bundler::Thor module LineEditor def self.readline(prompt, options = {}) best_available.new(prompt, options).readline