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:
commit
1eee7293fd
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue