diff --git a/pages/common/bundle.md b/pages/common/bundle.md index 1397e18ca..79203f725 100644 --- a/pages/common/bundle.md +++ b/pages/common/bundle.md @@ -7,6 +7,10 @@ `bundle install` +- Execute a command in the context of the current bundle: + +`bundle exec {{command}} {{arguments}}` + - Update all gems by the rules defined in the `Gemfile` and regenerate `Gemfile.lock`: `bundle update`