summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
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
2023-12-12[rubygems/rubygems] Refactor: Move filesystem access into Definition classFranz Liedke
2023-12-12[rubygems/rubygems] bundle lock: Always touch the lockfileFranz Liedke
2023-12-12[rubygems/rubygems] Improve enabling bundled gems warningsDavid Rodríguez
2023-12-12[rubygems/rubygems] Revert missing extensions patchDavid Rodríguez
2023-12-11[rubygems/rubygems] Override initialize in bundle rubygems_ext for NameTupleMartin Emde
2023-12-08[rubygems/rubygems] Migrate documentation to be generated with nronnDavid Rodríguez
2023-12-08[rubygems/rubygems] Add extra blank line to `bundle outdated` docsDavid Rodríguez
2023-12-08[rubygems/rubygems] Don't memoize in NameTuple lock_nameMartin Emde
2023-12-08[rubygems/rubygems] Use `Minitest::TestTask` in a template file for `minitest`Yuji Yaginuma
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-07Move replace_require into bundled_gems.rbHiroshi SHIBATA
2023-12-06[rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller
2023-12-06[rubygems/rubygems] Try to load Gem::BUNDLED_GEMS on BundlerHiroshi SHIBATA
2023-12-06[rubygems/rubygems] Use String#unpack1 available since ruby 3.0Martin Emde
2023-12-05[rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde
2023-12-05[rubygems/rubygems] Fix crash when duplicating a dev dependency in Gemfile & ...David Rodríguez