summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorEnrico Teotti <enrico.teotti@gmail.com>2014-12-03 18:08:52 -0500
committerEnrico Teotti <enrico.teotti@gmail.com>2014-12-03 18:08:52 -0500
commit38240ea5b2a48f98554be8b1e0190f62769f3aee (patch)
treec5878a1d812c9456d5a8c29eed1a8e2103f0ce9d /man/gemfile.5.ronn
parentf2a60578d1a7ee4945b089e0533f55900c10540d (diff)
downloadbundler-38240ea5b2a48f98554be8b1e0190f62769f3aee.tar.gz
Amend docs with block to discourage global sources for gems.
REF: https://github.com/bundler/bundler/issues/3214
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index dce3999b08..95158f90a3 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -397,9 +397,10 @@ gems specified as paths.
If you would like to use multiple local gems directly from the filesystem, you can set a global `path` option to the path containing the gem's files. This will automatically load gemspec files from subdirectories.
- path 'components'
- gem 'admin_ui'
- gem 'public_ui'
+ path 'components' do
+ gem 'admin_ui'
+ gem 'public_ui'
+ end
## BLOCK FORM OF SOURCE, GIT, PATH, GROUP and PLATFORMS