Skip to content

Instantly share code, notes, and snippets.

@DrTom
Last active May 10, 2020 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrTom/e749a370fe088227528e760260be6d72 to your computer and use it in GitHub Desktop.
Save DrTom/e749a370fe088227528e760260be6d72 to your computer and use it in GitHub Desktop.

Ubuntu 18.04

ruby-install ruby 2.3.8 
apt-get install libssl1.0-dev
ruby-install --no-install-deps ruby 2.3.8
gem install bundler -v 1.3

Mac OS

ruby-install ruby 2.2.10 -- --with-openssl-lib=/opt/local/lib/openssl-1.0 --with-openssl-include=/opt/local/include/openssl-1.0

gem install bundler -v 1.3

json Gem: upgrade to 1.8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment