From 96f5f2049816dbea98e89beaf92d0873f2a49a51 Mon Sep 17 00:00:00 2001 From: Luat Hoang Date: Mon, 30 Nov 2020 18:54:18 +0700 Subject: [PATCH] bundle: add exec example (#4995) --- pages/common/bundle.md | 4 ++++ 1 file changed, 4 insertions(+) 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`