Downgrade therubyracer to 1.12.2

This commit is contained in:
Brendan Coles
2017-08-15 10:35:35 +00:00
parent c86bdc2cfe
commit f245d12da3

View File

@@ -24,7 +24,7 @@ gem 'espeak-ruby', '>= 1.0.4' # Text-to-Voice
gem 'nokogiri', '>= 1.7' gem 'nokogiri', '>= 1.7'
if RUBY_PLATFORM.downcase.include?('linux') if RUBY_PLATFORM.downcase.include?('linux')
gem 'therubyracer', '~> 0.12.2', '<= 0.12.3' gem 'therubyracer', '~> 0.12.2', '<= 0.12.2'
end end
# SQLite support # SQLite support