From 1a168371826a835db0ec9e0674e23b42d0bc1f28 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Fri, 12 Feb 2016 11:03:29 +0000 Subject: [PATCH] Remove win32console gem dependency for Windows --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 33c745a13..83d718856 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,6 @@ if RUBY_PLATFORM.downcase.include?('mswin') || RUBY_PLATFORM.downcase.include?(' # make sure you install this gem following https://github.com/eakmotion/therubyracer_for_windows gem 'therubyracer', '~> 0.11.0beta1' gem 'execjs' - gem 'win32console' elsif !RUBY_PLATFORM.downcase.include?('darwin') gem 'therubyracer', '0.11.3' gem 'execjs'