Skip to content

Commit

Permalink
Merge pull request #1429 from fabianfrz/fabianfrz-fix-gemfile
Browse files Browse the repository at this point in the history
fix gemfile; closes #1428
  • Loading branch information
bcoles committed Aug 15, 2017
2 parents b58875c + 1280021 commit c86bdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c86bdc2

Please sign in to comment.