Description of problem: The RPM for Mechanize in Fedora 20 (rubygem-mechanize-2.7.3-1.fc20.noarch) requires a higher version rubygem-mime-types. The supplied version is rubygem-mime-types-1.19-4.fc20.noarch, but it should be ~> 2.0 Version-Release number of selected component (if applicable): rubygem-mechanize-2.7.3-1.fc20.noarch rubygem-mime-types-1.19-4.fc20.noarch How reproducible: Always Steps to Reproduce: 1. Do a clean install of Fedora 20 (desktop) 2. yum install rubygem-mechanize rubygem-mime-types 3. irb 4. require 'mechanize' Actual results: Gem::LoadError: Could not find 'mime-types' (~> 2.0) - did find: [mime-types-1.19] from /usr/share/rubygems/rubygems/dependency.rb:298:in `to_specs' from /usr/share/rubygems/rubygems/specification.rb:1268:in `block in activate_dependencies' from /usr/share/rubygems/rubygems/specification.rb:1257:in `each' from /usr/share/rubygems/rubygems/specification.rb:1257:in `activate_dependencies' from /usr/share/rubygems/rubygems/specification.rb:1239:in `activate' from /usr/share/rubygems/rubygems.rb:194:in `rescue in try_activate' from /usr/share/rubygems/rubygems.rb:191:in `try_activate' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:132:in `rescue in require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:144:in `require' from (irb):1 from /usr/bin/irb:12:in `<main>' Expected results: I expected mechanize to load normally Additional info: There is a newer version of the mime-types available upstream. https://bugzilla.redhat.com/show_bug.cgi?id=907393
Work-around: sudo gem install mime-types
rubygem-mechanize-2.7.3-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/rubygem-mechanize-2.7.3-2.fc20
rubygem-mechanize-2.7.3-2.fc20 works
Package rubygem-mechanize-2.7.3-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing rubygem-mechanize-2.7.3-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-4457/rubygem-mechanize-2.7.3-2.fc20 then log in and leave karma (feedback).
rubygem-mechanize-2.7.3-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.