Permission denied - gon-4.1.1.gem
Created by: KittMedia
Whenever I try to upgrade from 6.3 to 6.4 and I run sudo -u git -H bundle install --without development test postgres --deployment
it ended up by using gon:
Using gon (4.1.1) from https://github.com/gitlabhq/gon.git (at 58ca8e1)
Errno::EACCES: Permission denied - gon-4.1.1.gem
An error occurred while installing gon (4.1.1), and Bundler cannot continue.
Make sure that `gem install gon -v '4.1.1'` succeeds before bundling.
However, gon
is installed on the system so I don't know where or why there is no access to it or where to give the GitLab user access to it.
Any help would be appreciated.