From f6c4e5e42e27b1f357eb97b60572202fe3a35929 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Wed, 16 Apr 2014 17:29:17 -0400 Subject: [PATCH] Require Thor in Homesick::Shell --- lib/homesick/shell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/homesick/shell.rb b/lib/homesick/shell.rb index a8e6141..d53dbda 100644 --- a/lib/homesick/shell.rb +++ b/lib/homesick/shell.rb @@ -1,3 +1,5 @@ +require 'thor' + module Homesick # Hack in support for diffing symlinks class Shell < Thor::Shell::Color