I am trying to run this command
gem install bundler
but I am always getting this error:
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
What can I do about this? I already tried this (as pointed out here 'gem install bundle' get something wrong):
rvm pkg install zlib
rvm remove 2.0.0
rvm install 2.0.0