mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
Bump version closes #65
This commit is contained in:
parent
5be2afe1b4
commit
15e73429f6
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
|
||||
23-08-2017
|
||||
|
||||
- 0.1.15
|
||||
|
||||
- bump dependency of libv8 to 6.3
|
||||
|
||||
23-08-2017
|
||||
|
||||
- 0.1.14
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module MiniRacer
|
||||
VERSION = "0.1.14"
|
||||
VERSION = "0.1.15"
|
||||
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.9'
|
||||
spec.add_dependency 'libv8', '~> 6.3'
|
||||
spec.require_paths = ["lib", "ext"]
|
||||
|
||||
spec.extensions = ["ext/mini_racer_extension/extconf.rb"]
|
||||
|
|
Loading…
Add table
Reference in a new issue