Skip to content

Instantly share code, notes, and snippets.

@solilin
Created November 8, 2016 21:45
Show Gist options
  • Save solilin/1566ab2da1855aa4f99392ff14340fe0 to your computer and use it in GitHub Desktop.
Save solilin/1566ab2da1855aa4f99392ff14340fe0 to your computer and use it in GitHub Desktop.
brew tap homebrew/versions
brew install v8-315
brew link --force v8-315
gem install libv8 -- --with-system-v8
gem install therubyracer
@suhomozgy-andrey
Copy link

group :development, :staging, :integration, :test, :blah_blah_blah do
  gem 'mini_racer', require: false
end
group :production do
  gem 'mini_racer'
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment