Created
April 11, 2016 04:17
-
-
Save stevenschobert/7bad43e6c675e1e802d0edea1f04e03a to your computer and use it in GitHub Desktop.
Fixing openssl in puma build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # uninstall all gems | |
| gem uninstall puma | |
| # tell bundler about homebrews openssl directory | |
| bundle config build.puma --with-opt-include=/usr/local/opt/openssl/include | |
| # re-install | |
| bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment