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

Merge pull request #173 from sinatra/libvhate

lock libv8 to 3.16.14.7 for 1.8.7
This commit is contained in:
ashley williams 2015-07-01 15:18:42 -04:00
commit 1eee7293fd

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'