Remove win32console gem dependency for Windows
This commit is contained in:
1
Gemfile
1
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'
|
||||
|
||||
Reference in New Issue
Block a user