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
?
Bundler doesn't include rdoc and ri. There is nothing you need to do.