Readme says Ruby 2.1.8 or newer, but actually need exactly 2.1.8
Because the gitlab subdirectory has a .ruby-version
saying 2.1.8, if you're using rbenv
, and possibly rvm
, you have to have exactly Ruby 2.1.8, but the readme says:
Ruby 2.1.8 or newer installed with a Ruby version manager (RVM, rbenv, chruby, etc.), DO NOT use the system Ruby
I'm not sure if rvm and chruby aren't as strict, but if they are, then perhaps the readme should remove "or newer"?