Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Created December 3, 2020 17:54
Show Gist options
  • Select an option

  • Save oliveira-andre/c67331c049c8e69b62a419f80bf86ca5 to your computer and use it in GitHub Desktop.

Select an option

Save oliveira-andre/c67331c049c8e69b62a419f80bf86ca5 to your computer and use it in GitHub Desktop.

install ruby version <= 2.3.X

sudo apt purge libssl-dev && sudo apt install libssl1.0-dev
rbenv install 2.3.X

install ruby version >= 2.4.X

sudo apt purge libssl1.0-dev && sudo apt install libssl-dev
rbenv install 2.3.X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment