Closed dacook closed 2 years ago
For my reference. We removed old libssl manually and had to re-install ruby:
david@staging2:~$ sudo apt remove libssl1.0-dev david@staging2:~$ sudo apt autoremove david@staging2:~$ sudo rm /etc/apt/sources.list.d/security_ubuntu_com_ubuntu.list # Remove now-unnecessary package source david@staging2:~$ sudo apt-get update
fairfood@staging2:~$ rbenv uninstall 2.5.9 fairfood@staging2:~/current$ script/rbenv-install.sh
remote: Ruby is installed. remote: Successfully installed bundler-1.17.3 ... remote: upgraded OK
For my reference. We removed old libssl manually and had to re-install ruby: