From 6594aa0b03fd2c3ffd480688bd44ed141beeb4e3 Mon Sep 17 00:00:00 2001 From: jcrew99 <37361441+jcrew99@users.noreply.github.com> Date: Tue, 3 Dec 2019 16:32:38 +1000 Subject: [PATCH] remove the rubyracer again This was introduced again and this is just removing it --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index a521b0166..44cf8ecee 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,6 @@ gem 'rubyzip', '>= 1.2.2' gem 'espeak-ruby', '>= 1.0.4' # Text-to-Voice gem 'nokogiri', '>= 1.10.4' gem 'rake' -gem 'therubyracer' # SQLite support group :sqlite do