summaryrefslogtreecommitdiff
path: root/man/bundle-update.ronn
diff options
context:
space:
mode:
authorAditya Prakash <aditya.prakash132@gmail.com>2016-03-07 13:05:57 +0530
committerAditya Prakash <aditya.prakash132@gmail.com>2016-03-08 21:14:09 +0530
commitfeb41629b7cf0267e624857393f7cf198c764755 (patch)
tree746b39d7baf9cd85aacac38099d0d05a5f09a910 /man/bundle-update.ronn
parentc4f1238b64714385be143ae121a51f320ca73f4e (diff)
downloadbundler-feb41629b7cf0267e624857393f7cf198c764755.tar.gz
Remove iffy words from the doc
Diffstat (limited to 'man/bundle-update.ronn')
-rw-r--r--man/bundle-update.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-update.ronn b/man/bundle-update.ronn
index b9900e3b50..d38c9d2f36 100644
--- a/man/bundle-update.ronn
+++ b/man/bundle-update.ronn
@@ -79,8 +79,8 @@ all of the dependencies, all the way down, and install what you need:
Bundle complete! 2 Gemfile dependencies, 26 gems total.
Use `bundle show [gemname]` to see where a bundled gem is installed.
-As you can see, even though you have just two gems in the Gemfile(5), your application
-actually needs 26 different gems in order to run. Bundler remembers the exact versions
+As you can see, even though you have two gems in the Gemfile(5), your application
+needs 26 different gems in order to run. Bundler remembers the exact versions
it installed in `Gemfile.lock`. The next time you run [bundle install(1)][bundle-install], bundler skips
the dependency resolution and installs the same gems as it installed last time.