You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ruby 2.0 has depreciated --include-dependencies -- it is now an assumed argument. thus you get errors such as;
The text was updated successfully, but these errors were encountered: