summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
authorjayashri garud <jgarud@msystechnologies.com>2021-08-16 19:22:58 +0530
committerjayashri garud <jgarud@msystechnologies.com>2021-08-16 19:22:58 +0530
commitace24911cb907717750b03aedc607b0f2efcad0e (patch)
treee6eb882f99d727f6b198be710a4f6a6ee32c4da2 /omnibus/Gemfile
parent9580f6d19ff63b29c1feb275b56545a064f76697 (diff)
downloadchef-ace24911cb907717750b03aedc607b0f2efcad0e.tar.gz
Adding local config option
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 9c9802f4c6..14d2f3e698 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -9,7 +9,7 @@ gem "pedump"
# This development group is installed by default when you run `bundle install`,
# but if you are using Omnibus in a CI-based infrastructure, you do not need
# the Test Kitchen-based build lab. You can skip these unnecessary dependencies
-# by running `bundle config set without development && bundle install` to speed up build times.
+# by running `bundle config set --local without development && bundle install` to speed up build times.
group :development do
# Use Berkshelf for resolving cookbook dependencies
gem "berkshelf", ">= 7.0"