Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1083715 - rubygem-simplecov 0.8.2 needs rubygem-docile to run
Summary: rubygem-simplecov 0.8.2 needs rubygem-docile to run
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rubygem-simplecov
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Troy Dawson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1083701
Blocks: 1083698 1107183 1107242
TreeView+ depends on / blocked
 
Reported: 2014-04-02 19:23 UTC by Troy Dawson
Modified: 2014-07-03 19:40 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-03 19:40:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Troy Dawson 2014-04-02 19:23:49 UTC
Description of problem:
I have updated rubygem-simplecov to version 0.8.2 in rawhide.
This updated version requires the gem docile > 1.1.0 to run.

Version-Release number of selected component (if applicable):
rubygem-simplecov-0.8.2-2.fc21

How reproducible:
100%

Steps to Reproduce:
1. irb
2. require 'simplecov'
3.

Actual results:
Gem::LoadError: Could not find 'docile' (~> 1.1.0) among 8 total gem(s)
	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:
=> true


Additional info:
This is currently only in rawhide.

Comment 1 Troy Dawson 2014-07-03 19:40:20 UTC
rubygem-docile is now in rawhide.
Package is able to build and run.


Note You need to log in before you can comment on or make changes to this bug.