1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

GCC 4.9 is a supported compiler

This commit is contained in:
ignisf 2014-06-10 23:56:06 +03:00
parent 62c010ac18
commit 1a4c478271

View file

@ -8,7 +8,7 @@ module Libv8
end
def compatible?
version > '4.3' and version < '4.9'
version > '4.3' and version < '5'
end
end
end