aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-131-1/+1
* [rubygems/rubygems] Stop allocating the same settings keys repeatedlySamuel Giddins2023-09-151-12/+42
* [rubygems/rubygems] Update bundler/lib/bundler/settings.rbJosh Nichols2023-08-301-4/+3
* [rubygems/rubygems] (Further) Improve Bundler::Settings#[] performance and me...Josh Nichols2023-08-301-5/+8
* [rubygems/rubygems] fix lintJosh Nichols2023-08-201-1/+1
* [rubygems/rubygems] use a one-linerJosh Nichols2023-08-201-5/+1
* [rubygems/rubygems] handle removing `BUNDLE_`, since using start_with? would ...Josh Nichols2023-08-201-1/+3
* [rubygems/rubygems] Don't rely on globals when not matching regexp for "local."Martin Emde2023-08-201-1/+1
* [rubygems/rubygems] Use ! methods once we have a new copy of the string. Use ...Josh Nichols2023-08-201-2/+5
* [rubygems/rubygems] call key.to_s once instead of multiple times to save when...Josh Nichols2023-08-201-0/+2
* [rubygems/rubygems] Use value.match? only on Strings, which avoids allocating...Josh Nichols2023-08-201-1/+7
* [rubygems/rubygems] Use .to_s once in the beginning to save allocations if it...Josh Nichols2023-08-201-1/+2
* [rubygems/rubygems] name is often a symbol, so only to_s once to avoid alloca...Josh Nichols2023-08-201-1/+2
* [rubygems/rubygems] String#start_with? is faster than regex with beginning bo...Josh Nichols2023-08-201-1/+1
* [rubygems/rubygems] Use ! methods on the array, since it is brand new. The in...Josh Nichols2023-08-201-3/+8
* [rubygems/rubygems] Use Array#union to join these, instead of with | multiple...Josh Nichols2023-08-201-1/+1
* [rubygems/rubygems] config is a new Hash, and config.values is a new Array. t...Josh Nichols2023-08-201-1/+5
* [rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av...Josh Nichols2023-08-201-1/+3
* [rubygems/rubygems] Rename local to lockfile and global to systemHiroshi SHIBATA2023-07-241-1/+1
* [rubygems/rubygems] Avoid printing using messages when version has not changedDavid Rodríguez2023-07-241-1/+0
* [rubygems/rubygems] Introduce bundle config set version featureHiroshi SHIBATA2023-07-131-0/+2
* [rubygems/rubygems] Fix `path` vs `deployment` precedence when path set throu...David Rodríguez2023-06-061-2/+3
* [rubygems/rubygems] To use Gem::YAMLSerializer in BundlerHiroshi SHIBATA2023-04-191-4/+11
* [rubygems/rubygems] Move all changes only in RubyGemsHiroshi SHIBATA2023-04-191-1/+1
* [rubygems/rubygems] Keep compatiblity of Bundler specsHiroshi SHIBATA2023-04-191-1/+1
* Normalize git sourcesDavid Rodríguez2023-03-171-1/+1
* Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA2022-09-051-7/+0
* Merge rubygems master from https://github.com/rubygems/rubygems/commit/446cc5...Hiroshi SHIBATA2022-07-291-0/+1
* [rubygems/rubygems] Fix crash when commenting out a mirror in configurationDavid Rodríguez2022-05-301-1/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-02-281-1/+1
* Merge RubyGems-3.3.3 and Bundler-2.3.3Hiroshi SHIBATA2021-12-251-0/+1
* [rubygems/rubygems] Pass second argument to Array#split to ensure only two va...Matt Larraz2021-08-311-1/+1
* [rubygems/rubygems] Correctly redact credentials when using x-oauth-basicMatt Larraz2021-08-311-1/+9
* [rubygems/rubygems] Respect `BUNDLE_USER_HOME` for global config locationDavid Rodríguez2021-08-311-0/+2
* [rubygems/rubygems] Respect `BUNDLE_USER_CONFIG` if setDavid Rodríguez2021-08-311-0/+2
* Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA2021-07-141-6/+2
* Sync latest bundler & rubygems development versionDavid Rodríguez2021-07-071-3/+21
* Sync bundler & rubygemsDavid Rodríguez2021-05-111-9/+60
* Merge the master branch of BundlerHiroshi SHIBATA2021-04-151-2/+0
* Sync latest development version of bundler & rubygemsDavid Rodríguez2021-03-081-1/+1
* Merge prepare version of Bundler 2.2.0Hiroshi SHIBATA2020-12-081-1/+0
* Merge bundler-2.2.0.rc.2Hiroshi SHIBATA2020-10-151-42/+49
* Sync Bundler PR #3624Hiroshi SHIBATA2020-05-221-1/+0
* Update the bundler version with master branchHiroshi SHIBATA2020-05-131-2/+0
* Prepare to release bundler-2.1.0Hiroshi SHIBATA2019-12-151-4/+7
* [bundler/bundler] Revert "Remove now meaningless setting"David Rodríguez2019-09-181-0/+1
* [bundler/bundler] Remove `cache_command_is_package` feature flagDavid Rodríguez2019-08-031-1/+0
* [bundler/bundler] Remove now meaningless settingDavid Rodríguez2019-08-031-1/+0
* Merge bundler master from upstream.Hiroshi SHIBATA2019-06-091-14/+10
* Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt2019-04-141-34/+6