aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Migrate documentation to be generated with nronnDavid Rodríguez2023-12-0829-1377/+197
* [rubygems/rubygems] Add extra blank line to `bundle outdated` docsDavid Rodríguez2023-12-0830-29/+30
* [rubygems/rubygems] Don't memoize in NameTuple lock_nameMartin Emde2023-12-081-6/+5
* [rubygems/rubygems] Use `Minitest::TestTask` in a template file for `minitest`Yuji Yaginuma2023-12-082-7/+3
* [rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez2023-12-0747-439/+353
* Move replace_require into bundled_gems.rbHiroshi SHIBATA2023-12-071-20/+1
* [rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller2023-12-061-14/+2
* [rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller2023-12-061-0/+75
* [rubygems/rubygems] Try to load Gem::BUNDLED_GEMS on BundlerHiroshi SHIBATA2023-12-061-0/+5
* [rubygems/rubygems] Use String#unpack1 available since ruby 3.0Martin Emde2023-12-062-3/+2
* [rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde2023-12-056-17/+32
* [rubygems/rubygems] Fix crash when duplicating a dev dependency in Gemfile & ...David Rodríguez2023-12-051-4/+6
* [rubygems/rubygems] Prefer String#split with block in Bundler::CompactIndexCl...Mau Magnaguagno2023-12-051-1/+1
* [rubygems/rubygems] Prefer String#split with block in Bundler::YAMLSerializer...Mau Magnaguagno2023-12-051-1/+1
* [rubygems/rubygems] Reduce array allocations when loading definitionSamuel Giddins2023-12-012-4/+14
* [rubygems/rubygems] Many major_deprecations supply :removed_messageEric Mueller2023-12-016-22/+67
* [rubygems/rubygems] major_deprecation accepts :removed_messageEric Mueller2023-12-011-3/+5
* [rubygems/rubygems] Allow auto-install to install missing git gemsSamuel Giddins2023-11-301-1/+1
* [rubygems/rubygems] Avoid re-compiling static regexp in a loopSamuel Giddins2023-11-291-1/+1
* [rubygems/rubygems] update Magnus library in Rust extension gem templateMichael Go2023-11-291-1/+1
* Opaque Etags for compact index requestsJosef Šimánek2023-11-276-100/+288
* [rubygems/rubygems] Don't remember `--jobs` flagDavid Rodríguez2023-11-271-1/+19
* [rubygems/rubygems] Fix advice in `bundle install --system` deprecationDavid Rodríguez2023-11-271-1/+3
* [rubygems/rubygems] Keep a single copy of the remembered flag deprecation mes...David Rodríguez2023-11-271-7/+7
* [rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...David Rodríguez2023-11-271-1/+2
* [rubygems/rubygems] Simplify remembered flags deprecation messageDavid Rodríguez2023-11-271-1/+1
* [rubygems/rubygems] Add missing --prefer-local to Synopsis in bundle-install....Olle Jonsson2023-11-2630-30/+31
* [rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins2023-11-261-4/+9
* [rubygems/rubygems] Don't require 'json' unless it's actually neededEric Mueller2023-11-231-2/+1
* [rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller2023-11-232-4/+45
* [rubygems/rubygems] Factor group-filtering to a private method to reduce repe...Eric Mueller2023-11-231-16/+16
* [rubygems/rubygems] Fix universal lockfiles regressionDavid Rodriguez2023-11-223-4/+6
* [rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson2023-11-211-1/+1
* Always revert or skip extended require of RubyGems.Hiroshi SHIBATA2023-11-161-5/+2
* [rubygems/rubygems] User bundler UA when downloading gemsSamuel Giddins2023-11-157-23/+47
* [rubygems/rubygems] Make sure to `require "rubygems"` explicitlyNobuyoshi Nakada2023-11-131-0/+2
* [rubygems/rubygems] Add a warning in an edge case of using `gemspec` DSLDavid Rodríguez2023-11-131-18/+23
* [rubygems/rubygems] Remove now unnecessary dupDavid Rodríguez2023-11-131-1/+1
* [rubygems/rubygems] Add a note about `required_rubygems_version` in BundlerDavid Rodríguez2023-11-131-1/+3
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-136-9/+9
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez2023-11-135-26/+13
* [rubygems/rubygems] Automatically lock extra ruby platformsDavid Rodríguez2023-11-132-3/+50
* [rubygems/rubygems] Extract builder to create a `LazySpecification` from full...David Rodríguez2023-11-132-4/+9
* [rubygems/rubygems] Extract a new small platform helperDavid Rodríguez2023-11-133-2/+7
* [rubygems/rubygems] Remove unused `SpecSet#merge`David Rodríguez2023-11-131-10/+0
* [rubygems/rubygems] Pass source to `LazySpecification` initializerDavid Rodríguez2023-11-131-2/+1
* [rubygems/rubygems] Allow setting metadata on LazySpecificationDavid Rodríguez2023-11-133-5/+5
* [rubygems/rubygems] Set LazySpecification dependencies directlyDavid Rodríguez2023-11-132-3/+3
* [rubygems/rubygems] Ensure we are using the same extension dirHan Young2023-11-081-1/+1
* [rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documentedDavid Rodríguez2023-11-081-3/+2