Commit aed2c6d
committed
Change Rubies installation to reduce duplication
Ruby 1.9.x and 2.x requires Ruby 1.8.x as pre-requisite.
When installing 2.1, RVM triggers the installation of 1.8.7-head
before, and then we install latest 1.8.7.
This change ensures that Ruby 1.8.7 is installed first so others
can depend on it and avoid multiple 1.8.7 installations.
Due Ruby 1.8.7 EOL, we are going to set a specific patchlevel for
it to avoid rvm installing `head` version of it too.1 parent c81038e commit aed2c6d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
78 | 77 | | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments