summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-4/+4
* Refactor stuff to not load URI if not neededDavid Rodríguez2019-12-081-2/+5
* Remove unneeded `to_s` callsDavid Rodríguez2019-12-081-1/+1
* Lazily load uriDavid Rodríguez2019-12-081-2/+2
* Revert "Remove now meaningless setting"David Rodríguez2019-08-261-0/+1
* Remove `cache_command_is_package` feature flagDavid Rodríguez2019-07-151-1/+0
* Remove now meaningless settingDavid Rodríguez2019-07-101-1/+0
* Merge #7163Bundlerbot2019-05-231-7/+5
|\
| * Remove now unnecessary append_ruby_scope fieldremove_global_path_appends_ruby_scopeDavid Rodríguez2019-05-071-4/+4
| * Remove global_path_appends_ruby_scope settingDavid Rodríguez2019-05-071-4/+2
* | Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-121-3/+3
|/
* Fully switch to https sourceshttps_sourcesDavid Rodríguez2019-04-241-1/+0
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-2/+2
* Print errors to stderr by default, and remove configuration optionGrey Baker2019-04-121-1/+0
* Remove `prefer_gems_rb` settinginit_gems_rbDavid Rodríguez2019-04-111-1/+0
* Merge #7057Bundlerbot2019-04-111-1/+0
|\
| * Merge multisource related settingsDavid Rodríguez2019-04-081-1/+0
* | Remove unused constantDavid Rodríguez2019-04-081-14/+0
|/
* Remove `list_command` settingDavid Rodríguez2019-04-051-1/+0
* Remove `console_command` settingremove_command_removal_settingsDavid Rodríguez2019-03-311-1/+0
* Remove `viz_command` settingDavid Rodríguez2019-03-311-1/+0
* Remove forgotten options deprecationforgotten_options_deprecation_second_passDavid Rodríguez2019-03-171-20/+0
* Deprecate a bunch of flags in bundler 2David Rodríguez2019-03-121-1/+1
* Allow a scape valve to keep the old behavior for nowDavid Rodríguez2019-03-121-7/+13
* Teach users how to toggle deprecations offDavid Rodríguez2019-03-121-1/+3
* github.https setting is booleanDavid Rodríguez2019-03-121-0/+1
* Auto-correct `Style/MutableConstant` rubocop offensesDavid Rodríguez2019-03-041-2/+2
* Rename major_deprecations to silence_deprecationsdeprecation_changesDavid Rodríguez2019-02-211-2/+2
* Remove major_deprecations feature flagDavid Rodríguez2019-02-211-0/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-3/+3
* change prefer to patch_prefer and updated help textAnkit Kataria2019-01-271-2/+2
* update bundle config man pageAnkit Kataria2019-01-241-2/+2
* add patch option in bundle configAnkit Kataria2019-01-241-0/+2
* Update specs for path always including ruby scopeSamuel Giddins2018-07-291-1/+1
* [Settings] Append the ruby scope on Bundler 2 with a global path settingSamuel Giddins2018-07-291-1/+2
* Add config variable and check for platform warningsAgrim Mittal2018-02-261-0/+1
* Auto merge of #6024 - gwerbin:custom-user-bundle-dir, r=colby-swandaleThe Bundler Bot2017-09-181-1/+1
|\
| * Allow the user to set alternative to ~/.bundleGreg Werbin2017-09-101-1/+1
* | [CLI] For now, disable the new version warning by defaultseg-disable-new-version-warning-by-defaultSamuel Giddins2017-09-131-0/+1
|/
* Print absolute paths outside of the bundle root as absoluteSamuel Giddins2017-09-081-2/+7
* Set CLI path options relative to the CWD on 2.0Samuel Giddins2017-09-081-0/+9
* Make `install --path` relative to the cwdIgor Bozato2017-09-081-0/+1
* Auto-configure job count in 2.0Samuel Giddins2017-09-061-0/+2
* deprecate the viz command in bundler 2colby/deprecate-viz-commandColby Swandale2017-09-061-0/+1
* [Resolver] Use the GVP for major updates in 2.0Samuel Giddins2017-09-051-0/+1
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-0/+1
* Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-1/+1
* Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddinsThe Bundler Bot2017-08-121-0/+1
|\
| * Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-021-0/+1
* | Auto merge of #5920 - bundler:colby/bundler-list, r=segiddinsThe Bundler Bot2017-08-111-0/+1
|\ \