aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-03-04 18:27:52 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-03-04 18:27:52 +0530
commita4eab6f069c5bc94ec3cce6821529207d919daf2 (patch)
tree3031756b5d6fc1d2f8cb05b0af2fd2313697d617 /man
parent5e2e2ff089af4875c54b27cfb5d4286471dff125 (diff)
downloadbundler-a4eab6f069c5bc94ec3cce6821529207d919daf2.tar.gz
Updated doc for --all-platforms about locked platforms
Diffstat (limited to 'man')
-rw-r--r--man/bundle-package.ronn7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/bundle-package.ronn b/man/bundle-package.ronn
index 8a6b439c..fa85b546 100644
--- a/man/bundle-package.ronn
+++ b/man/bundle-package.ronn
@@ -20,9 +20,10 @@ via the `--all` option. Once used, the `--all` option will be remembered.
## SUPPORT FOR MULTIPLE PLATFORMS
When using gems that have different packages for different platforms, Bundler
-1.8 and newer support caching of gems for other platforms in `vendor/cache`.
-This needs to be enabled via the `--all-platforms` option. This setting will be
-remembered in your local bundler configuration.
+1.8 and newer support caching of gems for other platforms where the Gemfile
+has been resolved (i.e. present in the lock file) in `vendor/cache`. This needs
+to be enabled via the `--all-platforms` option. This setting will be remembered
+in your local bundler configuration.
## REMOTE FETCHING