summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-31[rubygems/rubygems] Remove dead codeDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove `syck` traces from `bundler`David Rodríguez
2021-08-31[rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez
2021-08-31[rubygems/rubygems] Make sure `Gem::Command` is available before using itDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unused requireDavid Rodríguez
2021-08-31[rubygems/rubygems] Add missing key `branches:`Keiko Kaneko
2021-08-31[rubygems/rubygems] Replacing clone with dupDaniel Niknam
2021-08-31[rubygems/rubygems] Remove returning self for `Gem::PrintableUri#parse_uri`Daniel Niknam
2021-08-31[rubygems/rubygems] Remove @credential_redacted instance variableDaniel Niknam
2021-08-31[rubygems/rubygems] Bring back the empty line that was removed previously by ...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove unused methodDaniel Niknam
2021-08-31[rubygems/rubygems] Remove `ruby/uri` requirementDaniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove defensive guardsDaniel Niknam
2021-08-31[rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove trailing `if`Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam
2021-08-31[rubygems/rubygems] Introduce `Gem::PrintableUri` that would redact URIs to b...Daniel Niknam
2021-08-31[rubygems/rubygems] Pass second argument to Array#split to ensure only two va...Matt Larraz
2021-08-31[rubygems/rubygems] Fix `bundle plugin install` misdetection of installed ver...David Rodríguez
2021-08-31[rubygems/rubygems] Move `Bundler.rubygems.clear_paths` to a better placeDavid Rodríguez
2021-08-31[rubygems/rubygems] Bundle path is already expandedDavid Rodríguez
2021-08-31[rubygems/rubygems] Normalize setting `GEM_PATH`David Rodríguez
2021-08-31[rubygems/rubygems] Remove more unused codeDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary lineDavid Rodríguez
2021-08-31[rubygems/rubygems] Make plugin installation idempotentDavid Rodríguez
2021-08-31[rubygems/rubygems] Move some logic to a `save_plugin` methodDavid Rodríguez
2021-08-31[rubygems/rubygems] Correctly redact credentials when using x-oauth-basicMatt Larraz
2021-08-31[rubygems/rubygems] Refactor Ruby platform priority condition to its own methodDaniel Niknam
2021-08-31[rubygems/rubygems] Pick the last founded gems when fetching metadataDaniel Niknam
2021-08-31[rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez
2021-08-31[rubygems/rubygems] Fix `bundle check` showing duplicated gemsDavid Rodríguez
2021-08-31[rubygems/rubygems] Explicitly set `allow_cached` to false when setting local...David Rodríguez
2021-08-31[rubygems/rubygems] Restore working `bundle check` behaviourDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove MacOS specific extra GEM_PATHDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove MacOS specific gem layoutDavid Rodríguez
2021-08-31[rubygems/rubygems] Replace StandardError with ExceptionDaniel Niknam
2021-08-31[rubygems/rubygems] Reword the messageDaniel Niknam
2021-08-31[rubygems/rubygems] Bring `--jobs` documentation up to dateDavid Rodríguez
2021-08-31[rubygems/rubygems] See if parallel installation on Windows works better nowDavid Rodríguez
2021-08-31[rubygems/rubygems] Enhance error handling when loading the rubygems/defaults...Daniel Niknam
2021-08-31[rubygems/rubygems] Also load user installed rubygems pluginsDavid Rodríguez
2021-08-31[rubygems/rubygems] Respect `BUNDLE_USER_HOME` for global config locationDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove `RUBYGEMS_GEMDEPS` warningDavid Rodríguez
2021-08-31[rubygems/rubygems] Recommend `bundle install` rather than `gem install -g`David Rodríguez
2021-08-31[rubygems/rubygems] Get a CI matrix configured in default Github Actions gene...David Rodríguez
2021-08-31[rubygems/rubygems] Avoid double CI runs in default Github Actions generated ...David Rodríguez
2021-08-31[rubygems/rubygems] Don't use gemdeps on bundler binstubDavid Rodríguez