Skip to content

Instantly share code, notes, and snippets.

@stevenschobert
Created April 11, 2016 04:17
Show Gist options
  • Select an option

  • Save stevenschobert/7bad43e6c675e1e802d0edea1f04e03a to your computer and use it in GitHub Desktop.

Select an option

Save stevenschobert/7bad43e6c675e1e802d0edea1f04e03a to your computer and use it in GitHub Desktop.
Fixing openssl in puma build
# 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