1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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'