Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abhionlyone/6df2fd1c5d5c7f9dc5a1fcd868d07b80 to your computer and use it in GitHub Desktop.
Save abhionlyone/6df2fd1c5d5c7f9dc5a1fcd868d07b80 to your computer and use it in GitHub Desktop.
Fix mysql2 gem installation error on mac
brew install openssl
bundle config --local build.mysql2 "--with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment