We have an application on an old system which has failed and we need to move it to a new host. The application was written for
ruby-1.8.7
. We cannot convert the code to a newer version within a reasonable time. We would like to use rbenv
to build a local environment just for this application. How does one install ruby-1.8.7-p375 on FreeBSD12 using rbenv
?