Replace mini_racer with therubyracer

The mini_racer gem requires Ruby 2.3 or greater so the TravisCI
build for Ruby 2.2 was failing.
This commit is contained in:
Jordan Owens 2018-08-23 11:36:17 -04:00 committed by Kunpei Sakai
parent 82add97308
commit 1b9ccf87c5
No known key found for this signature in database
GPG Key ID: C4B6919318C291BC
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ end
if RUBY_ENGINE == "ruby"
gem 'less', '~> 2.0'
gem 'mini_racer'
gem 'therubyracer'
gem 'redcarpet'
gem 'wlang', '>= 2.0.1'
gem 'bluecloth'