This project is archived and is in readonly mode.

#742 ✓duplicate
Pedro Belo

gem dependency unable to load unpacked gem when version doesn't match exactly

Reported by Pedro Belo | August 2nd, 2008 @ 01:05 AM | in 2.x

When using config.gem, if you specify a version requirement like '>=1.0.0' Rails will only load unpacked gems with this exact version. Newer gems are not loaded; so if you have the version 1.1 of this gem in your vendor Rails won't load it.

Attached is a patch to make gem_dependency load any gem on vendor that matches the gem requirement.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages