diff options
author | Stephanie Morillo <rubymorillo@users.noreply.github.com> | 2017-07-21 10:42:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 10:42:36 -0400 |
commit | b649ff80914068f2c2b35288d64f3e06c200b0d0 (patch) | |
tree | 05a681069e0ddb16650595caf25f3dff82d31036 | |
parent | 9f537da2d5eaed7c1990e11d6405c392e6bc0020 (diff) | |
download | bundler-b649ff80914068f2c2b35288d64f3e06c200b0d0.tar.gz |
Removed whitespace
From lines 66-71.
-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 |