summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/ui/shell.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/ui/shell.rb b/lib/bundler/ui/shell.rb
index 81849c3a55..e9bc1ec878 100644
--- a/lib/bundler/ui/shell.rb
+++ b/lib/bundler/ui/shell.rb
@@ -1,3 +1,5 @@
+require 'bundler/vendored_thor'
+
module Bundler
module UI
class Shell