Remove win32console gem dependency for Windows

This commit is contained in:
Brendan Coles
2016-02-12 11:03:29 +00:00
parent afd48d8a5f
commit 1a16837182

View File

@@ -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'