Commit cba0cd6
committed
Added Ref gem dependency on non-JRuby systems.
This commit is only viable because we create a JRuby-specific gem build.
The conditional statement in the gemspec file is not processed at
runtime. It is only processed when the gem is built. Therefore it
*should* prevent the `Ref` gem from being installed when using the
JRuby-specific build. This has not been tested, however.1 parent 7d33d7e commit cba0cd6
File tree
2 files changed
+5
-4
lines changed- lib/concurrent/atomic
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
0 commit comments