Fix for the error:
In file included from binder.cpp:20: ./project.h:107:10: fatal error: ‘openssl/ssl.h’ file not found
Found the answer here
brew install openssh
bundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/include
Developer from somewhere
Fix for the error:
In file included from binder.cpp:20: ./project.h:107:10: fatal error: ‘openssl/ssl.h’ file not found
Found the answer here
brew install openssh
bundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/include