Bug 994165

Summary: rubygem-activesupport gemspec requires wrong i18n version
Product: [Fedora] Fedora Reporter: Troy Dawson <tdawson>
Component: rubygem-activesupportAssignee: Mo Morsi <mmorsi>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bkabrda, mastahnke, mmorsi, sseago, vanmeeuwen+fedora, vondruch
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: 2013-08-12 19:48:46 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:    
Bug Blocks: 993308    

Description Troy Dawson 2013-08-06 15:48:13 UTC
Description of problem:
/usr/share/gems/specifications/activesupport-3.2.13.gemspec requires i18n = 0.6.1 but i18n 0.6.4 is what's available in rawhide

Version-Release number of selected component (if applicable):
rubygem-activesupport-3.2.13-2.fc20

How reproducible:
100%

Steps to Reproduce:
1. Run a test that depends on activesupport
2.
3.

Actual results:
/usr/share/rubygems/rubygems/specification.rb:2011:in `raise_if_conflicts': Unable to activate activesupport-3.2.13, because i18n-0.6.4 conflicts with i18n (= 0.6.1) (Gem::LoadError)

Expected results:
gems to load and do their job

Additional info:
A good way to test this is to try to build rubygem-origin on rawhide.  The %check section on it triggers the problem.

Comment 1 Troy Dawson 2013-08-12 19:48:46 UTC
Update to 4.0.0 fixed this.  Closing.