aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source
Commit message (Expand)AuthorAgeFilesLines
* Migrate our resolver engine to PubGrubHiroshi SHIBATA2022-11-121-1/+0
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-081-6/+6
* Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA2022-09-053-87/+8
* Merge rubygems master from https://github.com/rubygems/rubygems/commit/446cc5...Hiroshi SHIBATA2022-07-291-1/+1
* [rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez2022-07-021-6/+12
* [rubygems/rubygems] Move rubygems source specific logic to rubygems sourceDavid Rodríguez2022-07-021-1/+1
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-241-7/+5
* [rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez2022-06-231-0/+2
* [rubygems/rubygems] Reuse package from the installer for extracting the speci...David Rodríguez2022-06-111-18/+25
* [rubygems/rubygems] Move security exception handling to the only place using itDavid Rodríguez2022-06-111-0/+4
* [rubygems/rubygems] Swapping should not raise any errorsDavid Rodríguez2022-06-111-1/+2
* [rubygems/rubygems] Remove unclear commentDavid Rodríguez2022-06-111-2/+0
* [rubygems/rubygems] `Gem::Specification.loaded_from` is already set by the in...David Rodríguez2022-06-111-13/+4
* [rubygems/rubygems] Refactor some more duplicated logicDavid Rodríguez2022-06-111-3/+7
* [rubygems/rubygems] Move `no_install` setting check to a more sensible placeDavid Rodríguez2022-06-111-50/+48
* [rubygems/rubygems] No need to redownload if package already thereDavid Rodríguez2022-06-111-0/+1
* [rubygems/rubygems] No need to overwrite path when there's a remoteDavid Rodríguez2022-06-111-2/+3
* [rubygems/rubygems] Remove unnecessary `spec.remote` guardDavid Rodríguez2022-06-111-2/+0
* [rubygems/rubygems] Refactor ambiguous gems checkDavid Rodríguez2022-06-111-3/+1
* [rubygems/rubygems] Fix crash when installing gems with symlinksDavid Rodríguez2022-05-301-1/+1
* Merge RubyGems and Bundler HEADHiroshi SHIBATA2022-05-201-1/+1
* [rubygems/rubygems] Fix `Gemfile.lock` versions leaking to `bundler/inline` i...David Rodríguez2022-05-133-8/+11
* [rubygems/rubygems] Normalize parameter nameDavid Rodríguez2022-05-131-4/+4
* Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA2022-04-281-1/+1
* Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA2022-04-281-1/+1
* Track RubyGems 3.4.0dev and Bundler 2.4.0devHiroshi SHIBATA2021-12-271-1/+1
* Check if `Kernel#untaint` is defined instead of version comparisonNobuyoshi Nakada2021-12-271-1/+1
* Merge RubyGems-3.3.0 and Bundler-2.3.0Hiroshi SHIBATA2021-12-211-1/+1
* [rubygems/rubygems] Pass "--" to git commands to separate positional and opti...David Rodríguez2021-12-071-2/+2
* [rubygems/rubygems] Improve sources representationDavid Rodríguez2021-12-032-8/+12
* Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA2021-12-011-5/+5
* [rubygems/rubygems] Better error when installing a git lockfile and git not p...David Rodríguez2021-10-301-2/+5
* [rubygems/rubygems] Only delete cached gem when it's corruptedDavid Rodríguez2021-10-291-1/+1
* [rubygems/rubygems] Improve readability by splitting updating the cache and s...David Rodriguez2021-10-251-1/+4
* [rubygems/rubygems] Manage global gem cache directlyDavid Rodriguez2021-10-251-40/+17
* [rubygems/rubygems] Cached gem path resolution should consider default gemsDavid Rodriguez2021-10-251-9/+6
* [rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez2021-10-251-11/+1
* [rubygems/rubygems] Use `Gem::Specification#file_name` consistentlyDavid Rodriguez2021-10-251-4/+4
* [rubygems/rubygems] Extract a `default_cache_path` helperDavid Rodriguez2021-10-251-2/+6
* [rubygems/rubygems] Small refactorDavid Rodriguez2021-10-251-7/+8
* [rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier2021-10-251-1/+3
* [rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez2021-10-131-1/+1
* [rubygems/rubygems] Use correct way to detect default gemsDavid Rodríguez2021-10-131-10/+2
* [rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi2021-10-091-3/+19
* [rubygems/rubygems] Fix `bundle plugin install` misdetection of installed ver...David Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Explicitly set `allow_cached` to false when setting local...David Rodríguez2021-08-311-0/+1
* [rubygems/rubygems] Restore working `bundle check` behaviourDavid Rodríguez2021-08-311-0/+6
* [rubygems/rubygems] Remove now unnecessary codeDavid Rodríguez2021-08-311-6/+0
* [rubygems/rubygems] The `--local` flag to `bundle install` shouldn't hit the ...David Rodríguez2021-08-311-0/+1
* [rubygems/rubygems] Improve "gem not found in source" errorsDavid Rodríguez2021-08-312-1/+20