summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-18 11:14:56 -0700
committerAndre Arko <andre@arko.net>2015-05-18 11:14:56 -0700
commit99dae2ae54ac2ebe745d47f1ef0896eb2d18c71e (patch)
tree54a4e9d75d3da7b9af6ac81dd0a28a13cc920324
parentddd3c45d36ef233908b625ce82e952ba60fdcaa0 (diff)
downloadbundler-99dae2ae54ac2ebe745d47f1ef0896eb2d18c71e.tar.gz
require thor before using it
-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