Commit c58aba06 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Julien Muchembled

Add support for RubyGems >= 2.0.0

RubyGems 2.0.0preview2 removed --no-rdoc and --no-ri options
for the install command.

(https://github.com/rubygems/rubygems/blob/master/History.txt)
parent 904ef9ec
Pipeline #12006 failed with stage
in 0 seconds
......@@ -203,8 +203,6 @@ class Recipe(object):
self.ruby_executable,
gem_executable,
'install',
'--no-rdoc',
'--no-ri',
'--bindir=%s' % bindir,
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment