diff --git a/Gemfile b/Gemfile index 5809fa04c..459fa19b3 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.3' + gem 'therubyracer', '~> 0.12.2', '<= 0.12.2' end # SQLite support