summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2025-10-25[ruby/rubygems] Bump up vendored uri to 0.13.3nagachika
2025-03-24[rubygems/rubygems] Support git 2.49David Rodríguez
2024-10-17Merge RubyGems-3.5.22 and Bundler-2.5.22Hiroshi SHIBATA
2024-10-17Merge RubyGems-3.5.21 and Bundler-2.5.21Hiroshi SHIBATA
2024-09-25Merge RubyGems-3.5.20 and Bundler-2.5.20Hiroshi SHIBATA
2024-09-25Merge RubyGems-3.5.19 and Bundler-2.5.19Hiroshi SHIBATA
2024-09-25Merge RubyGems-3.5.18 and Bundler-2.5.18Hiroshi SHIBATA
2024-09-25Merge RubyGems-3.5.17 and Bundler-2.5.17Hiroshi SHIBATA
2024-07-30Update RubyGems 3.5.16 and Bundler 2.5.16 for Ruby 3.3 (#11252)Hiroshi SHIBATA
2024-06-04Merge RubyGems 3.5.11 and Bundler 2.5.11 for Ruby 3.3 (#10870)Hiroshi SHIBATA
2024-04-16Merge RubyGems 3.5.9 and Bundler 2.5.9 (Fixed CI at Ruby 3.3) (#10348)Hiroshi SHIBATA
2024-02-05Merge RubyGems 3.5.5 and Bundler 2.5.5 (#9676)Hiroshi SHIBATA
2023-12-23Merge RubyGems-3.5.3 and Bundler-2.5.3Hiroshi SHIBATA
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-16Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1Hiroshi SHIBATA
2023-12-16Partly pick commit from https://github.com/rubygems/rubygems/pull/7285Samuel Giddins
2023-12-16[rubygems/rubygems] Improve command suggestion when gems are missingDavid Rodríguez
2023-12-16[rubygems/rubygems] Fix Ruby DSL no longer working as expectedDavid Rodríguez
2023-12-15[rubygems/rubygems] Let the guards have some space to breatheMartin Emde
2023-12-15[rubygems/rubygems] Use a mutex around Checksum::Store @store accessMartin Emde
2023-12-15[rubygems/rubygems] Remove test-only & unused methods from Checksum::StoreMartin Emde
2023-12-15[rubygems/rubygems] Save array allocation for every dependency in GemfileSamuel Giddins
2023-12-15[rubygems/rubygems] Refactor vendoring to allow validating vendoring is repro...Samuel Giddins
2023-12-14[rubygems/rubygems] Upgrade vendored librariesDavid Rodríguez
2023-12-14[rubygems/rubygems] Improve install advice when some gems are not foundDavid Rodríguez
2023-12-14[rubygems/rubygems] Remove extension building sync stuff no longer present in...David Rodríguez
2023-12-14[rubygems/rubygems] RubyGems > 3.2.0.rc.1 is now always providedDavid Rodríguez
2023-12-14[rubygems/rubygems] Gem::Specification always has `default_stubs` nowDavid Rodríguez
2023-12-14[rubygems/rubygems] Remove more methods now defined in all RubyGems versionsDavid Rodríguez
2023-12-14[rubygems/rubygems] Remove check only necessary for ancient RubyGemsDavid Rodríguez
2023-12-14[rubygems/rubygems] This patch should be no longer neededDavid Rodríguez
2023-12-14[rubygems/rubygems] Gem::Specification.find_all_by_name is always defined nowDavid Rodríguez
2023-12-14[rubygems/rubygems] Revert "Improve default gem handling"David Rodríguez
2023-12-13[rubygems/rubygems] Revert "Merge pull request #7167 from nevinera/add-json-o...Martin Emde
2023-12-13[rubygems/rubygems] Use match? when regexp match data is unusedSamuel Giddins
2023-12-13[rubygems/rubygems] Store Checksum::Store indexed by spec.lock_nameMartin Emde
2023-12-13[rubygems/rubygems] Add 3.4 as a supported ruby versionSamuel Giddins
2023-12-13[rubygems/rubygems] Improve default gem handlingDavid Rodríguez
2023-12-13[rubygems/rubygems] Refactor `bundle info`David Rodríguez
2023-12-13[rubygems/rubygems] Remove dead codeDavid Rodríguez
2023-12-13Normalize bundler bindirDavid Rodríguez
2023-12-13[rubygems/rubygems] Use vendored timeout from RubyGemsDavid Rodríguez
2023-12-13[rubygems/rubygems] Use vendored net-http in BundlerDavid Rodríguez
2023-12-13[rubygems/rubygems] Require `rubygems/request` where it's usedDavid Rodríguez
2023-12-12Sync with upstream rubygems (#9206)David Rodríguez
2023-12-12[rubygems/rubygems] Make RubyDsl a little easier to read; avoid a Hash sometimesMartin Emde
2023-12-12[rubygems/rubygems] Resolve `ruby file: ".ruby-version"` relative to GemfileMartin Emde
2023-12-12[rubygems/rubygems] Ensure that the lockfile mtime is not altered on frozen i...Martin Emde
2023-12-12[rubygems/rubygems] Allow bundle pristine to run in parallelSamuel Giddins
2023-12-12[rubygems/rubygems] Refactor: Wrap filesystem accessFranz Liedke