Bug 994165 - rubygem-activesupport gemspec requires wrong i18n version
Summary: rubygem-activesupport gemspec requires wrong i18n version
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rubygem-activesupport
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mo Morsi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 993308
TreeView+ depends on / blocked
 
Reported: 2013-08-06 15:48 UTC by Troy Dawson
Modified: 2013-08-12 19:48 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-08-12 19:48:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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