Description of problem: Using the Software Update tool, there are two updates: 1. rubygem-actionpack ("Web-flow and rendering framework") 2. rubygem-activesupport ("Support and utility classes") ...that can't resolve dependencies, because one depends on the other, and vice-versa: Version-Release number of selected component (if applicable): both list 2.3.3-2fc11(noarch) How reproducible: Both options selected, try to update. Also will not work if only one of the two are selected. Actual results: Additional info: Here's the failed dependency report for rubygem-actionpack: rubygem(actionpack) = 2.3.2 is needed by package rubygem-rails-2.3.2-3.fc11.noarch rubygem(activesupport) = 2.3.2 is needed by package rubygem-activerecord-2.3.2-1.fc11.noarch rubygem(actionpack) = 2.3.2 is needed by package rubygem-actionmailer-2.3.2-1.fc11.noarch rubygem(activesupport) = 2.3.2 is needed by package rubygem-activeresource-2.3.2-1.fc11.noarch rubygem(activesupport) = 2.3.2 is needed by package rubygem-rails-2.3.2-3.fc11.noarch ...and the failed dependency report for rubygem-activesupport: rubygem(actionpack) = 2.3.2 is needed by package rubygem-rails-2.3.2-3.fc11.noarch rubygem(activesupport) = 2.3.2 is needed by package rubygem-activerecord-2.3.2-1.fc11.noarch rubygem(actionpack) = 2.3.2 is needed by package rubygem-actionmailer-2.3.2-1.fc11.noarch rubygem(activesupport) = 2.3.2 is needed by package rubygem-activeresource-2.3.2-1.fc11.noarch rubygem(activesupport) = 2.3.2 is needed by package rubygem-rails-2.3.2-3.fc11.noarch : Success - empty transaction So based on what I can tell by the output, these two seem cross dependent, unless I'm missing the real point of these messages?
I'm getting the same errors, too. It seems that rubygem-actionpack and rubygem-activesupport have been updated to version 2.3.3, but rubygem-rails is still at version 2.3.2, requiring version 2.3.2 of rubygem-actionpack and rubygem-activesupport, thus blocking the update. I see that rubygem-rails-2.3.3-2 is in updates-testing, so perhaps all that's needed is for the new version to be pushed to fedora-updates.
I just pushed an update that downgrades rails back down to 2.3.2; it should hit a mirror near you RSN