I am trying to install puma gem on Windows machine. I am getting the following error. Went through a couple of forums but in vain.
C:/railsInstaller/Ruby2.0.
I ran bundle update
before bundle install
and that solved the issue for me.
I'm not sure if that was the only thing that helped, as I manually updated puma before that, using these steps:
ruby -v -ropenssl -e "puts OpenSSL::OPENSSL_VERSION"
gem install puma -- --with-opt-dir=C:/RailsInstaller/openssl