diff options
-rw-r--r-- | man/bundle-exec.ronn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/bundle-exec.ronn b/man/bundle-exec.ronn index 02cb8a1234..bd6e36d981 100644 --- a/man/bundle-exec.ronn +++ b/man/bundle-exec.ronn @@ -63,11 +63,11 @@ It also modifies Rubygems: making system executables work * Add all gems in the bundle into Gem.loaded_specs -Finally, `bundle exec` also implicitly modifies `Gemfile.lock` if the lockfile -and the Gemfile do not match. Bundler needs the Gemfile to determine things -such as a gem's groups, `autorequire`, and platforms, etc., and that -information isn't stored in the lockfile. The Gemfile and lockfile must be -synced in order to `bundle exec` successfully, so `bundle exec` +Finally, `bundle exec` also implicitly modifies `Gemfile.lock` if the lockfile +and the Gemfile do not match. Bundler needs the Gemfile to determine things +such as a gem's groups, `autorequire`, and platforms, etc., and that +information isn't stored in the lockfile. The Gemfile and lockfile must be +synced in order to `bundle exec` successfully, so `bundle exec` updates the lockfile beforehand. ### Loading |