Skip to content

Commit

Permalink
Replace mini_racer with therubyracer
Browse files Browse the repository at this point in the history
The mini_racer gem requires Ruby 2.3 or greater so the TravisCI
build for Ruby 2.2 was failing.
  • Loading branch information
jkowens committed Aug 23, 2018
1 parent 397ab01 commit ee36d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down

0 comments on commit ee36d53

Please sign in to comment.