diff --git a/Gemfile b/Gemfile index 459f9ca49..029b0d526 100644 --- a/Gemfile +++ b/Gemfile @@ -25,10 +25,6 @@ gem 'espeak-ruby', '>= 1.0.4' # Text-to-Voice gem 'nokogiri', '>= 1.7' gem 'rake' -if RUBY_PLATFORM.downcase.include?('linux') - gem 'therubyracer', '0.12.3' -end - # SQLite support group :sqlite do gem 'dm-sqlite-adapter' diff --git a/README.md b/README.md index 0757a66d0..da6ee9957 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Requirements * Operating System: Mac OSX 10.5.0 or higher / modern Linux * [Ruby](http://ruby-lang.org): 2.3 or newer * [SQLite](http://sqlite.org): 3.x +* [Node.js] (https://nodejs.org): 6 or newer * The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile * brew install selenium-server-standalone (See https://github.com/shvets/selenium)