First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 250245
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Ruby Team <ruby@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: MATSUU Takuto <matsuu@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 250245 depends on: Show dependency tree
Bug 250245 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-12-08 02:19 0000
$ rails foo
(snip)
$ cd foo
$ ruby script/server
Rails requires RubyGems >= 1.3.1 (you have 1.2.0). Please `gem update --system`
and try again.

in config/boot.rb:
      def load_rubygems
        require 'rubygems'
        min_version = '1.3.1'
        unless rubygems_version >= min_version
          $stderr.puts %Q(Rails requires RubyGems >= #{min_version} (you have
#{
rubygems_version}). Please `gem update --system` and try again.)
          exit 1
        end

So, I think '>=dev-ruby/rubygems-1.3.1' should be added to RDEPEND of
dev-ruby/rails-2.2.2-r1.

------- Comment #1 From Hans de Graaff 2008-12-08 20:29:40 0000 -------
Agreed, and fixed for dev-ruby/rails-2.2.2-r1.

First Last Prev Next    No search results available      Search page      Enter new bug