summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorAndré Arko <mail@arko.net>2014-12-03 23:58:39 -0800
committerAndré Arko <mail@arko.net>2014-12-03 23:58:39 -0800
commit11b16d4fac715b233ae7c7ff4ade13dfe565b70e (patch)
tree4883f0bb75ab6a05336bdc7f475b1c49f35b0472 /man/gemfile.5.ronn
parentffa9ed77d28d5777c6cac3085d01e2fdfd226cad (diff)
parent38240ea5b2a48f98554be8b1e0190f62769f3aee (diff)
downloadbundler-11b16d4fac715b233ae7c7ff4ade13dfe565b70e.tar.gz
Merge pull request #3264 from agenteo/3214-improve-path-documentation
Improve path documentation.
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index e5cf26b38b..720bf421be 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -397,6 +397,13 @@ gems specified as paths.
gem "rails", :path => "vendor/rails"
+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' do
+ gem 'admin_ui'
+ gem 'public_ui'
+ end
+
## BLOCK FORM OF SOURCE, GIT, PATH, GROUP and PLATFORMS
The `:source`, `:git`, `:path`, `:group`, and `:platforms` options may be