man/bundle-config.ronn in bundler-1.6.9 vs man/bundle-config.ronn in bundler-1.7.0

- old
+ new

@@ -143,28 +143,13 @@ 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. -## MIRRORS OF GEM SOURCES +## MIRRORS OF GEM REPOSITORIES Bundler supports overriding gem sources with mirrors. This allows you to configure rubygems.org as the gem source in your Gemfile while still using your mirror to fetch gems. - bundle config mirror.SOURCE_URL MIRROR_URL - -For example, to use a mirror of rubygems.org hosted at - bundle config mirror.http://rubygems.org http://rubygems-mirror.org -## CREDENTIALS FOR GEM SOURCES - -Bundler allows you to configure credentials for any gem source, which allows -you to avoid putting secrets into your Gemfile. - - bundle config SOURCE_URL USERNAME:PASSWORD - -For example, to save the credentials of user `claudette` for the gem source at -`gems.longerous.com`, you would run: - - bundle config https://gems.longerous.com/ claudette:s00pers3krit