Bug 952960 - Get an error "invalid option: --include-dependencies" when installing any gem using puppet
Summary: Get an error "invalid option: --include-dependencies" when installing any gem...
Keywords:
Status: CLOSED DUPLICATE of bug 952955
Alias: None
Product: Fedora
Classification: Fedora
Component: puppet
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jeroen van Meeuwen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-17 04:33 UTC by Krishna Raman
Modified: 2014-06-18 07:25 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-04-17 21:50:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Krishna Raman 2013-04-17 04:33:22 UTC
Description of problem:
Get an error "invalid option: --include-dependencies" when installing any gem using puppet. This is because ruby 2.0 installs dependencies by default and has removed this option.

Version-Release number of selected component (if applicable):
puppet-3.1.1-3.fc19

How reproducible:
Always

Steps to Reproduce:
1. Install a puppet manifest with a gem package
  
Actual results:

Error: /Stage[main]/Openshift_origin::Console/Package[formtastic]/ensure: change from absent to 1.2.4 failed: Could not update: Execution of '/usr/bin/gem install -v 1.2.4 --include-dependencies --no-rdoc --no-ri formtastic' returned 1: ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --include-dependencies


Expected results:
Gem is installed

Additional info:

Comment 1 Krishna Raman 2013-04-17 21:50:09 UTC

*** This bug has been marked as a duplicate of bug 952955 ***


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