summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-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