ruby 2.3.5, 2.4.3, 2.4.4 - works fine, linux works fine too
ruby 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.5, 2.4.6, 2.5.0, 2.5.1, 2.5.3, 2.6.0, 2.6.1, 2.6.2, 2.6.3 - failed with error:
$ rvm use 2.3.1 --install --binary --fuzzy
68curl: (22) The requested URL returned error: 404 Not Found
69Required ruby-2.3.1 is not installed - installing.
70curl: (22) The requested URL returned error: 404 Not Found
…
ruby-2.3.1 - #configure
ruby-2.3.1 - #download
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 9190k 100 9190k 0 0 7446k 0 0:00:01 0:00:01 --:–:-- 23.1M
No checksum for downloaded archive, recording checksum in user configuration.
ruby-2.3.1 - #validate archive
ruby-2.3.1 - #extract
ruby-2.3.1 - #validate binary
Libraries missing for ruby-2.3.1: /usr/local/opt/gdbm/lib/libgdbm.5.dylib,/usr/local/opt/readline/lib/libreadline.7.dylib. Refer to your system manual for installing libraries
Mounting remote ruby failed with status 10, stopping installation.
Gemset ‘’ does not exist, 'rvm ruby-2.3.1 do rvm gemset create ’ first, or append ‘–create’.
The command “rvm use 2.3.1 --install --binary --fuzzy” failed and exited with 2 during .
Not sure why, but looks like homebrew screws something up only if there’s a .ruby-version file in the root of the project
Instead now I’ve added to the before_install script: - rvm install x.x.x