summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement source pinning for 2.0Samuel Giddins2017-06-231-1/+1
* Disable mutisource gemfiles by default on 2.0Samuel Giddins2017-06-231-0/+1
* Add a feature flag for the lockfile using separate RubyGems sourcesSamuel Giddins2017-06-231-0/+1
* Auto merge of #5809 - bundler:seg-config-converted-value, r=indirectThe Bundler Bot2017-06-231-12/+16
|\
| * [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-valueSamuel Giddins2017-06-221-12/+16
* | Allow conflicts between bundler dependencies and the current bundler versionSamuel Giddins2017-06-221-0/+1
|/
* Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flagSamuel Giddins2017-06-181-0/+1
* Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-151-0/+1
* Add `—all` flag to `bundle update`Samuel Giddins2017-06-141-0/+1
* [Settings] Require the local config file before emitting deprecationsSamuel Giddins2017-06-141-1/+3
* fix the order of the boolean setting keyscolby/init-new-gemfile-formatColby Swandale2017-06-061-2/+2
* rename feature flag to `init_gems_rb` and PR feedbackColby Swandale2017-06-051-1/+1
* generate gems.rb in bundle init with feature flagColby Swandale2017-06-041-0/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-6/+6
* stderr feature flag is notw error_on_stderrColby Swandale2017-05-171-1/+1
* add print error to stderr featureColby Swandale2017-05-161-0/+1
* [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-caseSamuel Giddins2017-05-091-1/+1
* Fix a typosKoichi ITO2017-05-031-4/+4
* Permit absolute paths in cache_path settingMal Graty2017-05-011-5/+1
* [Settings] Allow configuring a mirror fallback timeout without a trailing slashseg-config-mirror-fallback-timeoutSamuel Giddins2017-04-241-3/+21
* [Settings] Allow not reading the global config file when there is no $HOME an...seg-read-only-fs-no-global-settingsSamuel Giddins2017-02-101-1/+5
* Document all Bundler settingsseg-doc-settingsSamuel Giddins2017-01-211-0/+1
* Auto merge of #5329 - bundler:seg-settings-autoload, r=indirectThe Bundler Bot2017-01-171-0/+3
|\
| * [Settings] Autoload Mirror under Settings namespaceseg-settings-autoloadSamuel Giddins2017-01-141-0/+3
* | [CLI] Warn when running an outdated bundler versionSamuel Giddins2017-01-141-1/+2
|/
* [Settings] Don't try to access config file when it is ignoredSamuel Giddins2016-12-261-2/+2
* [Settings] Make converting to bool a bit clearerSamuel Giddins2016-12-261-1/+6
* Auto merge of #5028 - bundler:seg-settings-only-ruby-platform, r=indirectHomu2016-10-031-0/+1
|\
| * Rename to force_ruby_platformseg-settings-only-ruby-platformAndre Arko2016-10-021-1/+1
| * Add a setting for forcing only the ruby platformSamuel Giddins2016-09-271-0/+1
* | Auto merge of #5014 - bundler:seg-auto-install-bool-key, r=indirectHomu2016-09-301-0/+1
|\ \ | |/ |/|
| * [Settings] Make auto_install a bool keyseg-auto-install-bool-keySamuel Giddins2016-09-231-0/+1
* | fixing NoMethodError on settingsMichal Olah2016-09-231-1/+1
|/
* Move the alias to where it should beJuanitoFatas2016-08-311-2/+1
* [Settings] Allow temporarily overriding settings in-memoryseg-settings-temporarySamuel Giddins2016-08-261-1/+19
* Allow disabling checksum validationSamuel Giddins2016-08-221-0/+1
* Block resolving to older versions during an updateseg-block-update-regressionsSamuel Giddins2016-08-181-0/+1
* Add a setting for disable_exec_loadSamuel Giddins2016-08-161-0/+1
* Auto merge of #4844 - opiethehokie:hostname_mirror, r=indirectHomu2016-08-111-1/+1
|\
| * doesn't change the way existing source URLs are validatedMichael Peters2016-08-091-1/+5
| * enables BUNDLE_MIRROR__HOSTNAME environment variablesMichael Peters2016-08-041-5/+1
* | Allow installing / updating when everything necessary is available locallySamuel Giddins2016-08-051-0/+1
|/
* Auto merge of #4787 - bundler:seg-cleanup, r=indirectHomu2016-07-211-4/+3
|\
| * [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-4/+3
* | Mild 1.8.7 $SAFE=1 compatibilityseg-gem-dep-api-compatibilitySamuel Giddins2016-07-191-3/+4
|/
* Avoid writing .bundle unecessarilySamuel Giddins2016-07-051-4/+7
* Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-051-3/+9
* Change `given_flags?` to `options_given?`Stefan Lance2016-07-051-1/+1
* Add deprecation warning & spec for not autoremembering flagsStefan Lance2016-07-051-0/+7
* [UI] Add support for printing major deprecationsSamuel Giddins2016-06-231-0/+1