Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby-2.0.0 breaks rvm_gem type #3

Closed
eshao opened this issue Mar 25, 2013 · 2 comments
Closed

ruby-2.0.0 breaks rvm_gem type #3

eshao opened this issue Mar 25, 2013 · 2 comments

Comments

@eshao
Copy link

eshao commented Mar 25, 2013

ruby 2.0 has depreciated --include-dependencies -- it is now an assumed argument. thus you get errors such as;

err: /Stage[main]/Kites::Ruby/Rvm_gem[ruby-2.0.0-p0/iron_mq]/ensure: change from absent to present failed: Execution of '/usr/local/rvm/bin/rvm ruby-2.0.0-p0 do gem install --include-dependencies --no-rdoc --no-ri iron_mq' returned 1: ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --include-dependencies

err: /Stage[main]/Kites::Ruby/Rvm_gem[ruby-2.0.0-p0/json]/ensure: change from absent to present failed: Execution of '/usr/local/rvm/bin/rvm ruby-2.0.0-p0 do gem install --include-dependencies --no-rdoc --no-ri json' returned 1: ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --include-dependencies

err: /Stage[main]/Kites::Ruby/Rvm_gem[ruby-2.0.0-p0/threadz]/ensure: change from absent to present failed: Execution of '/usr/local/rvm/bin/rvm ruby-2.0.0-p0 do gem install --include-dependencies --no-rdoc --no-ri threadz' returned 1: ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --include-dependencies
@brettporter
Copy link

can you please report this at the parent repository?

@carlossg
Copy link
Member

Was already fixed in ddb74c4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants