From 893afe0317107c434f5642e12cec623d5978a985 Mon Sep 17 00:00:00 2001 From: "Mr. Evoltech" Date: Sun, 14 Sep 2014 16:30:32 -0700 Subject: [PATCH] This is needed for BeEF to work on Ubuntu Trusty 64bit ruby-1.9.3-p448 (via rvm) --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 39885aa8b..164ed9acc 100644 --- a/Gemfile +++ b/Gemfile @@ -20,9 +20,10 @@ if RUBY_PLATFORM.downcase.include?("mswin") || RUBY_PLATFORM.downcase.include?(" gem "execjs" gem "win32console" elsif !RUBY_PLATFORM.downcase.include?("darwin") - gem "therubyracer" + gem "therubyracer", "0.11.3" gem "execjs" end + gem "ansi" gem "term-ansicolor", :require => "term/ansicolor"