summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2023-10-02[rubygems/rubygems] Support Ruby's preview version format (Ex: 3.3.0-preview2...Harshal Bhakta
2023-10-02[rubygems/rubygems] Include gemspec in ExtensionTask for native gem tasksGraham Marlow
2023-09-29[rubygems/rubygems] Handled unknown gems in bundled gems warningJean Boussier
2023-09-27[rubygems/rubygems] Centralize logic using `Pathname#relative_path_from`Ry Biesemeyer
2023-09-27[rubygems/rubygems] Reword a couple of error messagesDavid Rodriguez
2023-09-27[rubygems/rubygems] Refactor full sha revision match logickrororo
2023-09-27[rubygems/rubygems] Fix bundle install when older revisions of git sourcekrororo
2023-09-27[rubygems/rubygems] Fix `bundle lock --minor --update <dep>` edge caseDavid Rodriguez
2023-09-25[rubygems/rubygems] Allow standalone mode to work on a Windows edge caseDavid Rodriguez
2023-09-21[rubygems/rubygems] Reduce allocations when parsing lockfileSamuel Giddins
2023-09-21[rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins
2023-09-21[rubygems/rubygems] Stop bundler eagerly loading all specs with extsSamuel Giddins
2023-09-20[rubygems/rubygems] Bundler error handlingSamuel Giddins
2023-09-19[rubygems/rubygems] Lazily construct fetcher debug messagesSamuel Giddins
2023-09-19[rubygems/rubygems] Bump actions/checkout to v4 in bundler gem templateYoshiki Takagi
2023-09-15[rubygems/rubygems] Reduce array allocations and concatenations in IndexMartin Emde
2023-09-15[rubygems/rubygems] Avoid allocating empty hashes in IndexSamuel Giddins
2023-09-15[rubygems/rubygems] Stop allocating the same settings keys repeatedlySamuel Giddins
2023-09-14[rubygems/rubygems] Gemfile ruby file: covers more version formatsMartin Emde
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