aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Document all Bundler 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 namespaceSamuel 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_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 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-memorySamuel Giddins2016-08-261-1/+19
* Allow disabling checksum validationSamuel Giddins2016-08-221-0/+1
* Block resolving to older versions during an updateSamuel 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 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
* [Settings] Move keys to their own line & sortSamuel Giddins2016-06-231-3/+26
* Included plugins in bool_keys for settingsAsutosh Palai2016-06-101-1/+1
* Shifted Settings to use the YAMLSerializerAsutosh Palai2016-06-091-20/+4
* Auto merge of #4416 - bundler:seg-settings-custom-serializer, r=segiddinsHomu2016-04-181-2/+9
|\
| * [Settings] Use a custom serializer instead of relying upon the YAML moduleSamuel Giddins2016-03-291-2/+9
* | [Settings] Support the ! added on 1.9.3Samuel Giddins2016-03-291-0/+1
* | [Settings] Use an improved regexp to read config fileSamuel Giddins2016-03-281-2/+14
|/
* [CLI] Ensure `bundle install` will always installSamuel Giddins2016-02-171-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+1
* unify global config and compact index cache dirsAndre Arko2016-01-251-2/+5
* Add disable_shared_gems to the list of boolean settingsIlya Vassilevsky2016-01-211-1/+1
* Fix returning case-sensitive mirror URIs in Ruby 2.3Samuel Giddins2016-01-061-2/+1
* Turn normalize uri back into a module methodPablo Carranza2015-12-271-10/+8
* WIP - mirror is picked depending on the probing working or not, all has prece...Pablo Carranza2015-12-271-3/+1
* Improved mirror config parsing with support for all and fallback_timeoutPablo Carranza2015-12-271-19/+12
* Add mirrors class to simplify config parsing and collectingPablo Carranza2015-12-271-8/+5
* WIP - it can parse the keys correctlyPablo Carranza2015-12-271-3/+12
* [Settings] Use filesystem_access block to read config fileSamuel Giddins2015-12-151-5/+3
* [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-6/+2
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2