Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Install on Mac OS X -- issue with version_requirements

Received: by 10.224.36.200 with SMTP id u8mr147209qad.7.1297864136046;
        Wed, 16 Feb 2011 05:48:56 -0800 (PST)
X-BeenThere: gitorious@googlegroups.com
Received: by 10.224.184.8 with SMTP id ci8ls141514qab.7.p; Wed, 16 Feb 2011
 05:48:50 -0800 (PST)
Received: by 10.224.37.140 with SMTP id x12mr138851qad.25.1297864130464;
        Wed, 16 Feb 2011 05:48:50 -0800 (PST)
Received: by 10.224.37.140 with SMTP id x12mr138850qad.25.1297864130453;
        Wed, 16 Feb 2011 05:48:50 -0800 (PST)
Return-Path: <marius.mathie...@gmail.com>
Received: from mail-qw0-f41.google.com (mail-qw0-f41.google.com [209.85.216.41])
        by gmr-mx.google.com with ESMTPS id v5si40625qce.8.2011.02.16.05.48.49
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 16 Feb 2011 05:48:49 -0800 (PST)
Received-SPF: pass (google.com: domain of marius.mathie...@gmail.com designates 209.85.216.41 as permitted sender) client-ip=209.85.216.41;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of marius.mathie...@gmail.com designates 209.85.216.41 as permitted sender) smtp.mail=marius.mathie...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by qwa26 with SMTP id 26so1308204qwa.14
        for <gitorious@googlegroups.com>; Wed, 16 Feb 2011 05:48:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:in-reply-to:references:date
         :message-id:subject:from:to:content-type;
        bh=vT/opyJJpb38+9xmJqMcJKlCOgJbtPoLRtbHi5bhw+k=;
        b=ni5sflEMthamu3tZvFai+jvkzgNQtmDEJeV5fhCG7QDZDzWi2HRZzLDPfqHN7J5z4r
         1gEKDzgBOpz4B+zHc+yYnyx+Q9HYntOwqE+MuguZPA7lVKmY2izuWG9ROA/iCAdaQHQ5
         Ev7PUa/MTgAX5WXwN82/4inKmnq1PrP68zKYU=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=NhoQFMQsojvb4Awknys84XwicVflbXN3IkuescocAReZzOZamMxXAB7oXGSWP1CpWG
         5ympybbYk6GjckignrZq1Gp8xQHegx/PfJw1h1t5D9JPiYrEYfMxXe9qpq7XK2iiJ5F8
         Hb/zNDGE+1VdHLlQ2PbLEz5Y6xJ2kDefbETFU=
MIME-Version: 1.0
Received: by 10.229.79.12 with SMTP id n12mr723659qck.129.1297864122936; Wed,
 16 Feb 2011 05:48:42 -0800 (PST)
Received: by 10.229.99.145 with HTTP; Wed, 16 Feb 2011 05:48:42 -0800 (PST)
In-Reply-To: <87e59089-6dfd-49be-849a-daa0a87ec...@8g2000prb.googlegroups.com>
References: <87e59089-6dfd-49be-849a-daa0a87ec...@8g2000prb.googlegroups.com>
Date: Wed, 16 Feb 2011 14:48:42 +0100
Message-ID: <AANLkTinUhbmGwS4N7dn76X3F_ibURce8PNAM2UT=w...@mail.gmail.com>
Subject: Re: [gitorious] Install on Mac OS X -- issue with version_requirements
From: =?ISO-8859-1?Q?Marius_M=E5rnes_Mathiesen?= <marius.mathie...@gmail.com>
To: gitorious@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

On Tue, Feb 15, 2011 at 10:43 PM, Jacob Refstrup
<jacob.refst...@gmail.com> wrote:
> Hi,
>
> I've been trying to install gitorious on Mac OS X following the
> instructions from here:
> http://www.bluequartz.net/projects/ElectronicImaging/SCMService/html/gitorious___o_s_x__setup.html
>
> When trying to do the db:migrate step I run into an issue:
>
> bash-3.2$ rake db:migrate RAILS_ENV=production --trace
> (in /Library/WebServer/myserver.org/gitorious)
> ** Invoke db:migrate (first_time)
> ** Invoke environment (first_time)
> ** Execute environment
> rake aborted!
> undefined local variable or method `version_requirements' for
> #<Rails::GemDependency:0x101935c90>

Jacob,
This is due to the Rails version bundled with Gitorious depending on
an older version of rubygems.

Christian has updated his article with some notes on how to handle this:

http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server#toc52631_11_3

Cheers,
- Marius