On Fri, Aug 3, 2012 at 11:03 AM, Carlos <cmu...@gmail.com> wrote:

>
> Possibly related:
>
> It appears that gitorious includes a locked down activesupport 2.3.5 in
> vendor/rails.
> I have the activesupport 3.2.7 installed from gems.  Is this a problem?
>

Carlos,
Gitorious uses a "vendored" version of Rails, and will not work with system
versions of it, but as long as you use Bundler, this version shouldn't be
used anyway.

But your main problem is probably that you're running Ruby 1.9.3, which
isn't supported by Gitorious. The symptom you're seeing is that you need an
additional gem for test/unit under 1.9, but you're bound to run into more
problems once you get this resolved. You really should install an older
Ruby version on your server; you could use either rbenv (
https://github.com/sstephenson/rbenv/) or rvm (https://rvm.io/) if you need
to run 1.9-based Ruby apps alongside Gitorious.

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to