Using --no-rdoc and --no-ri with bundler

deb picture deb · Sep 24, 2011 · Viewed 42.1k times · Source

When using gem install gem_name I can pass --no-rdoc and --no-ri switches to skip generating RDoc/RI documentation for the gem on install.

Is there a similar way to do this with bundle install?

Answer

Timbinous picture Timbinous · Sep 26, 2013

Bundler doesn't include rdoc and ri. There is nothing you need to do.