Skip to content

Instantly share code, notes, and snippets.

@cdimartino
Created December 3, 2015 15:39
Show Gist options
  • Save cdimartino/bd934ca5e8ded0d57dfb to your computer and use it in GitHub Desktop.
Save cdimartino/bd934ca5e8ded0d57dfb to your computer and use it in GitHub Desktop.
# Cannot build EventMachine
```
bundle config --global build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include
```
# Cannot build pg gem
```
bundle config --global build.pg --with-pg_config= /Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment