gem_dependency - loading unpacked gems

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.

I opened a ticket with patch in lighthouse. Can anyone give it a try?

http://rails.lighthouseapp.com/projects/8994/tickets/742-gem-dependency-unable-to-load-unpacked-gem-when-version-doesn-t-match

Thanks!