This project is archived and is in readonly mode.
Handle missing dependencies in gem loading
Reported by Matt Jones | November 25th, 2008 @ 04:12 AM | in 2.x
A minor case came up on rails-core: gems with missing development dependencies crash 'rake gems' by calling nil.dependencies.
The attached patch (against 2-2-stable) handles the error and includes a test for this case.
Comments and changes to this ticket
-
Kenneth Kalmer November 26th, 2008 @ 05:45 AM
+1, applied the patch to unpacked 2.2.2 and works as expected. Thanks Matt
-
Matt Jones January 5th, 2009 @ 06:47 PM
- State changed from new to committed
Applied as 3c07a8828ede3d41000513af29c293ae2e2a49d4.
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>