From 64adb6f7fa4b6aae7d884e6622cac6fa14694bd5 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 7 May 2017 04:16:47 +0000 Subject: [PATCH] Downgrade therubyracer dependency for linux to 0.12.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ebdbbc807..2e832e6e4 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'espeak-ruby', '~> 1.0.4' # Text-to-Voice gem 'nokogiri', '~> 1.7.1' if RUBY_PLATFORM.downcase.include?('linux') - gem 'therubyracer' + gem 'therubyracer', '~> 0.12.2', '<= 0.12.2' end # SQLite support