Test/#123 Master
What does this MR do?
Are there points in the code the reviewer needs to double check?
Why was this MR needed?
What are the relevant issue numbers?
Screenshots (if relevant)
Does this MR meet the acceptance criteria?
-
CHANGELOG entry added -
Documentation created/updated -
API support added -
Tests -
Added for this feature/bug -
All builds are passing
-
-
Conform by the style guides -
Branch has no merge conflicts with master
(if you do - rebase it please) -
Squashed related commits together
Merge request reports
Activity
@nicolas.aspert Hmm, that's weird. Could you provide us more info about the failure?
@rymai same on my system.
My error is
Unknown switches '--with'
and probably @nicolas.aspert is the same.Do you need more info about it?
@nicolas.aspert @rymai I've updated bundler, and it works now.
#bundle -v Bundler version 1.12.3
But I think it should be in the instruction specified.
@nicolas.aspert Try to update your Bundler. It seems you need at least 1.10 (see http://bundler.io/v1.10/whats_new.html#optional-groups)
I've tested the original command locally and the
pg
gem was installed, so I believe the user that opened the original MR ran the wrong command (i.e.sudo -u git -H bundle install --without development test postgres --deployment
instead ofsudo -u git -H bundle install --without development test mysql --deployment
.@nicolas.aspert @kusmierz FYI I've opened !4144 (merged) to revert this commit.