diff options
author | André Arko <andre@arko.net> | 2012-06-14 12:30:28 -0700 |
---|---|---|
committer | André Arko <andre@arko.net> | 2012-06-14 12:30:28 -0700 |
commit | fb94a0fcc48e921df70b614a7777f61c235f4c94 (patch) | |
tree | 8f700c1fdd2b848656f67b751ca87009afff9921 /man | |
parent | 53605180b9f5d2791202e48f0c8d702bbbdb37ad (diff) | |
download | bundler-fb94a0fcc48e921df70b614a7777f61c235f4c94.tar.gz |
minor grammar tweak
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-config.ronn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn index 46c9ac6ea7..ee08a0f576 100644 --- a/man/bundle-config.ronn +++ b/man/bundle-config.ronn @@ -122,9 +122,9 @@ invalid references. Particularly, we force a developer to specify a branch in the `Gemfile` in order to use this feature. If the branch specified in the `Gemfile` and the current branch in the local git repository do not match, Bundler will abort. This ensures that -a developer is always working against the correct branches, avoiding -a reference to be accidentally updated. - +a developer is always working against the correct branches, and prevents +accidental locking to a different branch. + Finally, Bundler also ensures that the current revision in the `Gemfile.lock` exists in the local git repository. By doing this, Bundler forces you to fetch the latest changes in the remotes.
\ No newline at end of file |