This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Commit 5bd765a
committed
Ensure libv8 is required when rubygems is not installed
Do not break the build process if rubygems cannot be required.
Instread try to require libv8 without selecting a version with gem
and warn the user about it. This is necessary as ruby 1.8 does not
ship with rubygems by default.1 parent 1711364 commit 5bd765a
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
22 | 31 | | |
23 | 32 | | |
24 | 33 | | |
| |||
0 commit comments