summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2023-09-12[rubygems/rubygems] Unify LockfileParser loading of SPECS sectionMartin Emde
2023-09-07[rubygems/rubygems] Reduce excess index creation and mergingMartin Emde
2023-09-07[rubygems/rubygems] Improve efficiency of Index#use and #search_allMartin Emde
2023-09-07[rubygems/rubygems] Source::Rubygems#fetch_names is only called with override...Martin Emde
2023-08-30[rubygems/rubygems] Update bundler/lib/bundler/settings.rbJosh Nichols
2023-08-30[rubygems/rubygems] (Further) Improve Bundler::Settings#[] performance and me...Josh Nichols
2023-08-29[rubygems/rubygems] Fix bundle update --redownloadSamuel Giddins
2023-08-29[rubygems/rubygems] rubocop -aHiroshi SHIBATA
2023-08-28[rubygems/rubygems] Fixed malformed lockfile version on installingImir Kiyamov
2023-08-28[rubygems/rubygems] Don't check for circular deps on full index sourcesDavid Rodríguez
2023-08-28[rubygems/rubygems] Remove redundant checksDavid Rodríguez
2023-08-28[rubygems/rubygems] Fix standalone install crashing when using legacy multi r...David Rodríguez
2023-08-28[rubygems/rubygems] Refactor Fetcher#api_fetcher? and fetcher loading logicMartin Emde
2023-08-25[rubygems/rubygems] Don't use full indexes unnecessarily on legacy GemfilesDavid Rodríguez
2023-08-25Suggest to add bundled gems into gemspec if 3rd party gem try to load gem fro...Hiroshi SHIBATA
2023-08-21[rubygems/rubygems] Support `ruby file: ".tool-versions"` in GemfileGaurav Khanna
2023-08-20[rubygems/rubygems] fix lintJosh Nichols
2023-08-20[rubygems/rubygems] use a one-linerJosh Nichols
2023-08-20[rubygems/rubygems] handle removing `BUNDLE_`, since using start_with? would ...Josh Nichols
2023-08-20[rubygems/rubygems] Don't rely on globals when not matching regexp for "local."Martin Emde
2023-08-20[rubygems/rubygems] Use ! methods once we have a new copy of the string. Use ...Josh Nichols
2023-08-20[rubygems/rubygems] call key.to_s once instead of multiple times to save when...Josh Nichols
2023-08-20[rubygems/rubygems] Use value.match? only on Strings, which avoids allocating...Josh Nichols
2023-08-20[rubygems/rubygems] Use .to_s once in the beginning to save allocations if it...Josh Nichols
2023-08-20[rubygems/rubygems] name is often a symbol, so only to_s once to avoid alloca...Josh Nichols
2023-08-20[rubygems/rubygems] String#start_with? is faster than regex with beginning bo...Josh Nichols
2023-08-20[rubygems/rubygems] Use ! methods on the array, since it is brand new. The in...Josh Nichols
2023-08-20[rubygems/rubygems] Use Array#union to join these, instead of with | multiple...Josh Nichols
2023-08-20[rubygems/rubygems] config is a new Hash, and config.values is a new Array. t...Josh Nichols
2023-08-20[rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av...Josh Nichols
2023-08-18[rubygems/rubygems] Resolve ruby version file relative to bundle rootNgan Pham
2023-08-17[rubygems/rubygems] Add `file` option to `ruby` method in GemfileNgan Pham
2023-08-17[rubygems/rubygems] Clarify that `bundle info` takes a gem nameManu
2023-08-16[rubygems/rubygems] Show better error when PAT can't authenticate to a privat...David Rodríguez
2023-08-16[rubygems/rubygems] Bad auth should not fallback eitherDavid Rodríguez
2023-08-16[rubygems/rubygems] Fix git source conservativenessDavid Rodríguez
2023-08-16[rubygems/rubygems] Extract s.name to a variableDavid Rodríguez
2023-08-16[rubygems/rubygems] Remove unneeded stuffDavid Rodríguez
2023-08-16[rubygems/rubygems] Don't update locked sources when not necessaryDavid Rodríguez
2023-08-16[rubygems/rubygems] Extract a `default_source` methodDavid Rodríguez
2023-08-16[rubygems/rubygems] Move `lockfile_source` variable out of condition branchDavid Rodríguez
2023-08-16[rubygems/rubygems] Refactor locked dep filtering moreDavid Rodríguez
2023-08-16[rubygems/rubygems] Avoid unnecessary loop through dependenciesDavid Rodríguez
2023-08-04Display call location with bundled gems warningHiroshi SHIBATA
2023-08-04Fixed worng key of bundled_gems listHiroshi SHIBATA
2023-08-04Also decorate warning message with future tense for bundlerHiroshi SHIBATA
2023-08-02[rubygems/rubygems] Replaced remained local to lockfileHiroshi SHIBATA
2023-08-01[rubygems/rubygems] Use Kernel.singleton_classHiroshi SHIBATA
2023-07-31[rubygems/rubygems] update Magnus library in Rust extension gem templateMat Sadler
2023-07-30[rubygems/rubygems] Use the dedicated method to convert file pathNobuyoshi Nakada