summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-06-15 16:05:47 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-06-18 20:51:09 -0500
commit8d94491dcebc10e1a354f37501beacea8511272d (patch)
treea86204eb6c8d90c381b1781ab24a65035665abca /man/bundle-config.ronn
parent69d18afc202f28ceb98f436c25532d02f9d4c1d6 (diff)
downloadbundler-8d94491dcebc10e1a354f37501beacea8511272d.tar.gz
Add a feature flag for `bundle update —source NAME` not unlocking a gem with that nameseg-update-source-feature-flag
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 4fa0025815..c8a1391d3e 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -228,6 +228,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
Generate a `gems.rb` instead of a `Gemfile` when running `bundle init`.
* `prefer_gems_rb` (`BUNDLE_PREFER_GEMS_RB`)
Prefer `gems.rb` to `Gemfile` when Bundler is searching for a Gemfile.
+* `unlock_source_unlocks_spec` (`BUNDLE_UNLOCK_SOURCE_UNLOCKS_SPEC`):
+ Whether running `bundle update --source NAME` unlocks a gem with the given
+ name. Defaults to `true`.
* `update_requires_all_flag` (`BUNDLE_UPDATE_REQUIRES_ALL_FLAG`)
Require passing `--all` to `bundle update` when everything should be updated,
and disallow passing no options to `bundle update`.