This project is archived and is in readonly mode.
Actionpack 2.3.5 gemspec and Rack requirement don't match
Reported by Matt Jones | December 10th, 2009 @ 06:02 PM | in 2.3.6
This commit:
http://github.com/rails/rails/commit/fd0289f3ddf16ca08d6e9510dbf1a7...
bumped the required version of Rack to 1.0.1, but the gemspec only specifies 1.0.0. This can cause problems when installing on a machine with 2.3.2 previously installed, as the Rack 1.0.0 gem is present and satisfies the specified dependency (but blows up when actually starting the app).
Attached single-character patch fixes the actionpack Rakefile to generate a correct specification.
Comments and changes to this ticket
-
Matt Jones December 10th, 2009 @ 06:12 PM
- Title changed from Actionpack 23.5 gemspec and Rack requirement don't match to Actionpack 2.3.5 gemspec and Rack requirement don't match
-
Aditya Babbar February 11th, 2010 @ 05:15 AM
Sorry, got the link formatting messed up in the above comment.
-
Rizwan Reza May 16th, 2010 @ 02:41 AM
- Tag changed from actionpack, bugs, gems to actionpack, bugmash, bugs, gems
-
Rizwan Reza May 16th, 2010 @ 07:47 PM
- Tag changed from actionpack, bugmash, bugs, gems to actionpack, bugs, gems, verified
- State changed from new to verified
Bastes gisted a patch. Bumps Rack's version.
-
José Valim May 16th, 2010 @ 07:52 PM
- Assigned user changed from Jeremy Kemper to José Valim
We should actually update to Rack 1.1. Can someone update to Rack 1.1 and see if all tests pass?
-
Rizwan Reza May 16th, 2010 @ 08:02 PM
This one bumps to Rack 1.1. Tests are passing all around here.
-
Rizwan Reza May 16th, 2010 @ 08:03 PM
- Tag changed from actionpack, bugs, gems, verified to actionpack, bugmash-review, bugs, gems, verified
-
Rizwan Reza May 16th, 2010 @ 09:22 PM
- State changed from verified to resolved
(from [74206aeff2b6a960612a820ec47e91ef9b778262]) Rack dependency bumped to 1.1.0, tests passing. [#3558 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/74206aeff2b6a960612a820ec47e91... -
Rizwan Reza May 16th, 2010 @ 09:39 PM
- Tag changed from actionpack, bugmash-review, bugs, gems, verified to actionpack, bugs, gems, verified
-
TMorgan99 May 31st, 2010 @ 01:20 AM
Perhaps a test was missing.
The upgrade to 1.1.0 appears to break the selenium-client test in some way.
see #4714
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>
People watching this ticket
Attachments
Tags
Referenced by
- 3558 Actionpack 2.3.5 gemspec and Rack requirement don't match (from [74206aeff2b6a960612a820ec47e91ef9b778262]) Rack de...
- 3685 ActionPack 2.3.5 gem declares incompatibility with rack 1.1.0 There's also an issue where the gemspec specifies '~> 1.0...