aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/bundle-package.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-package.ronn b/man/bundle-package.ronn
index d8a709bf..c592c667 100644
--- a/man/bundle-package.ronn
+++ b/man/bundle-package.ronn
@@ -13,9 +13,9 @@ use the gems in the cache in preference to the ones on `rubygems.org`.
## GIT AND PATH GEMS
-In Bundler 1.0, the `bundle package` command only packages `.gem` files,
-not gems specified using the `:git` or `:path` options. This will likely
-change in the future.
+Since Bundler 1.2, the `bundle package` command can also package `:git` and
+`:path` dependencies besides .gem files. This needs to be explicitly enabled
+via the `--all` option. Once used, the `--all` option will be cached.
## REMOTE FETCHING