Skip to content

Instantly share code, notes, and snippets.

@derencius
Last active July 1, 2019 13:59
Show Gist options
  • Save derencius/515db792c62800346a151123dd70f7fd to your computer and use it in GitHub Desktop.
Save derencius/515db792c62800346a151123dd70f7fd to your computer and use it in GitHub Desktop.
OSX Setup for ruby and mysql

mysql setup

brew install openssl
bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment