lock libv8 to 3.16.14.7 for 1.8.7

This commit is contained in:
Ashley Williams 2015-07-01 13:23:37 -04:00
parent fb576876dd
commit 1c9fa54845
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ gemspec
gem 'sinatra', :github => 'sinatra/sinatra'
group :development, :test do
platform :ruby_18 do
gem 'libv8', '3.16.14.7'
end
platform :ruby_18, :jruby do
gem 'json'
gem 'rdoc'