Skip to content

Instantly share code, notes, and snippets.

@brunnogomes
Last active May 27, 2020 00:08
Show Gist options
  • Save brunnogomes/dd0cec2411ed2bc12943948ab926170c to your computer and use it in GitHub Desktop.
Save brunnogomes/dd0cec2411ed2bc12943948ab926170c to your computer and use it in GitHub Desktop.
Install an old Ruby version < 2.4 using ruby-install on macOS Mojave and newer
$ brew install rbenv/tap/openssl@1.0
$ ruby-install ruby 2.2.0 -- --with-openssl-dir=$(brew --prefix openssl@1.0)
$ gem install bundler -v '~>1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment