use therubyracer from master until is released

Thank you @koic for cowboyd/therubyracer#413 🙇
This commit is contained in:
Zachary Scott 2016-12-25 17:27:37 +09:00 committed by GitHub
parent 0761e310fc
commit ca1d0a4e98
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ group :development, :test do
gem 'yajl-ruby'
# ref is a dependency of therubyracer
gem 'ref'
gem 'therubyracer'
# use therubyracer from master until cowboyd/therubyracer#413 is released
gem 'therubyracer', :github => 'cowboyd/therubyracer'
end
gem 'multi_json'