Downgrade therubyracer to 1.12.2
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user