Bug 1083715

Summary: rubygem-simplecov 0.8.2 needs rubygem-docile to run
Product: [Fedora] Fedora Reporter: Troy Dawson <tdawson>
Component: rubygem-simplecovAssignee: Troy Dawson <tdawson>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: tdawson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-03 19:40:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1083701    
Bug Blocks: 1083698, 1107183, 1107242    

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.