From 12800215f9bfd16abe847129e3dc142ad76ca2b8 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Tue, 15 Aug 2017 11:03:21 +0200 Subject: [PATCH] fix gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 459fa19b3..5809fa04c 100644 --- a/Gemfile +++ b/Gemfile @@ -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