From 38240ea5b2a48f98554be8b1e0190f62769f3aee Mon Sep 17 00:00:00 2001 From: Enrico Teotti Date: Wed, 3 Dec 2014 18:08:52 -0500 Subject: Amend docs with block to discourage global sources for gems. REF: https://github.com/bundler/bundler/issues/3214 --- man/gemfile.5.ronn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'man') 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 -- cgit v1.2.1