Browse Source

Doc (ruby): add doc on bundle clean alias

master
François VANTOMME 8 years ago committed by Kaleb Elwert
parent
commit
bb168c5881
  1. 1
      modules/ruby/README.md

1
modules/ruby/README.md

@ -63,6 +63,7 @@ Aliases @@ -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:

Loading…
Cancel
Save