On 05/05/2014 05:26 PM, Jim Priest wrote:
> I just inherited our GitLab server and am trying to figure out why merge
> requests aren't working.
> 
> I create one in the web gui - mark it as accepted - it spins and then
> nothing happens.
> 
> We recently updated from an old 5.x GitLab to the latest (6.8.1).
> 
> Digging through the forums and online I found a few similar issues and
> it seems to be related to the Ruby version?
> 
> If I do ruby --v I get
> 
> ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]
> 
> But I also have ruby1.8 installed it appears...
> 
> $ dpkg --get-selections|grep ruby
> libmemcache-client-ruby                         install
> libmemcache-client-ruby1.8                      install
> libruby1.8                                      install
> libtzinfo-ruby                                  install
> libtzinfo-ruby1.8                               install
> ruby                                            install
> ruby-actionmailer-2.3                           install
> ruby-actionpack-2.3                             install
> ruby-activerecord-2.3                           install
> ruby-activeresource-2.3                         install
> ruby-activesupport-2.3                          install
> ruby-blankslate                                 install
> ruby-builder                                    install
> ruby-i18n                                       install
> ruby-rack                                       install
> ruby-rails-2.3                                  install
> ruby-rchardet                                   install
> ruby-text-format                                install
> ruby-tmail                                      install
> ruby1.8                                         install
> ruby1.8-dev                                     install
> rubygems                                        install
> 
> 
> Is the solution to simply uninstall ruby1.8?     I don't want to break
> anything :)
> 

That would be a solution, yes. Also check your git version, GitLab needs
1.7.10+. If the server has only GitLab on it, removing the now
deprecated ruby 1.8 wouldn't be a problem.


-- 
GPG : 0xABF99BE5
Blog: http://axilleas.me

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to