I want to install Gitlab on my new Raspberry Pi 2 (with Raspbian).
https://gitlab.com/gitlab-org/gitlab-ce/blob/6-5-stable/doc/install/installation.md
Under "2) Ruby" it says:
Install the Bundler Gem:
sudo gem install bundler --no-ri --no-rdoc
When I try to run this, it just says:
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
Is there any chance, somebody knows what went wrong here - and how to fix it? Thank you very much!