fix gemfile

This commit is contained in:
Fabian Franz
2017-08-15 11:03:21 +02:00
committed by GitHub
parent b58875c952
commit 12800215f9

View File

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