Description of problem: Current rubygem-mongoid requires rubygem-moped higher than 2.0, but it was patched to use the lower version. This however was not properly tested and it's broken. Now rubygem-mongoid lacks BSON to be present: irb(main):001:0> require 'mongoid' NameError: uninitialized constant BSON from /usr/share/gems/gems/mongoid-4.0.0/lib/mongoid/extensions.rb:2:in `<top (required)>' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/share/gems/gems/mongoid-4.0.0/lib/mongoid/document.rb:4:in `<top (required)>' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/share/gems/gems/mongoid-4.0.0/lib/mongoid.rb:22:in `<top (required)>' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:128:in `require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:128:in `rescue in require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:39:in `require' from (irb):1 from /usr/bin/irb:11:in `<main>' Actual results: rubygem-mongoid is broken Expected results: rubygem-mongoid should have proper dependencies stated
The real problem is that we cannot update rubygem-moped to 2.0 or higher without rubygem-bson being raised to 2.0 or higher. I had hoped that it would have been raised by now, but it just hasn't happened. https://bugzilla.redhat.com/show_bug.cgi?id=1036614 So I either need to lower the version of rubygem-mongoid or someone needs to update the version of rubyem-bson.
Sorry, but as long as DNF can't handle update of bson [1], I won't move forward ... [1] https://bugzilla.redhat.com/show_bug.cgi?id=1230183
Ah, I didn't notice that. I'll get started on downgrading rubygem-mongoid to be in line with the gems in fedora that it depends on.
rubygem-mongoid-3.1.7-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-869e67a450
rubygem-mongoid-3.1.7-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update rubygem-mongoid' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-869e67a450
rubygem-mongoid-3.1.7-2.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-d70f983664
rubygem-mongoid-3.1.7-3.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-84a8e1fe03
rubygem-mongoid-3.1.7-2.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update rubygem-mongoid' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-d70f983664
rubygem-mongoid-3.1.7-3.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update rubygem-mongoid' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-84a8e1fe03
rubygem-mongoid-3.1.7-3.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.