From bb168c588193c7f520405972500af8e69dd464b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20VANTOMME?= Date: Wed, 2 Mar 2016 09:28:47 +0100 Subject: [PATCH] Doc (ruby): add doc on bundle clean alias --- modules/ruby/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ruby/README.md b/modules/ruby/README.md index 1c955f5..372d00f 100644 --- a/modules/ruby/README.md +++ b/modules/ruby/README.md @@ -63,6 +63,7 @@ Aliases ### Bundler - `rbb` manages ruby dependencies (`bundle`). + - `rbbc` cleans up unused gems in your bundler directory. - `rbbe` executes a script in the context of the current bundle. - `rbbi` installs the gems specified in the *Gemfile* in *vendor/bundle*. - `rbbI` installs the following: