Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358561 - dev-ruby/actionpack-2.3.11 depends on =dev-ruby/rack-1.1.0 instead of >=dev-ruby/rack-1.1.0
Summary: dev-ruby/actionpack-2.3.11 depends on =dev-ruby/rack-1.1.0 instead of >=dev-r...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 14:31 UTC by denysonique
Modified: 2011-03-13 10:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description denysonique 2011-03-12 14:31:17 UTC
dev-ruby/actionpack-2.3.11 depends on =dev-ruby/rack-1.1.0 instead of >=dev-ruby/rack-1.1.0


$ gem dependency actionpack
Gem actionpack-2.3.11
  activesupport (= 2.3.11, runtime)
  rack (~> 1.1.0, runtime)

With other versions of rack actionpack fails to run. Tested when trying to launch Ruby On Rails 2.3.11


Patch:

-- >=dev-ruby/rack-1.1.0
++ =dev-ruby/rack-1.1.0
Comment 1 Hans de Graaff gentoo-dev Security 2011-03-13 10:00:18 UTC
Thanks for reporting. I've fixed this in CVS by adding a SLOT dependency.