mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
FEATURE: upgrade libv8 to 5.7
This commit is contained in:
parent
2f484fe1b9
commit
1481e928bf
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
18-07-2017
|
||||
|
||||
- 0.1.11
|
||||
|
||||
- Feature: upgrade libv8 to 5.7
|
||||
|
||||
13-07-2017
|
||||
|
||||
- 0.1.10
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module MiniRacer
|
||||
VERSION = "0.1.10"
|
||||
VERSION = "0.1.11"
|
||||
end
|
||||
|
|
|
@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_development_dependency "minitest", "~> 5.0"
|
||||
spec.add_development_dependency "rake-compiler"
|
||||
|
||||
spec.add_dependency 'libv8', '~> 5.3'
|
||||
spec.add_dependency 'libv8', '~> 5.7'
|
||||
spec.require_paths = ["lib", "ext"]
|
||||
|
||||
spec.extensions = ["ext/mini_racer_extension/extconf.rb"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue