If getting an error with installing eventmachine (openssl issue) you can get it installed by using the below.
PKG_CONFIG_PATH="$(brew --prefix [email protected])/lib/pkgconfig" gem install eventmachine -v '1.2.7'
If getting an error with installing eventmachine (openssl issue) you can get it installed by using the below.
PKG_CONFIG_PATH="$(brew --prefix [email protected])/lib/pkgconfig" gem install eventmachine -v '1.2.7'