summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2025-05-09Use cgi/escape instead of cgi/utilHiroshi SHIBATA
2025-04-24Removed unused cgi libraryHiroshi SHIBATA
2025-04-24Use cgi/util if that uses like CGI.escape methodsHiroshi SHIBATA
2025-04-22[rubygems/rubygems] Warn if TLS 1.2 is not supportedEdouard CHIN
2025-04-22[rubygems/rubygems] Summarize the diagnosticEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the bare net/http connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the RubyGems connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the bundler connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose when OpenSSL can't be loaded.Edouard CHIN
2025-04-22[rubygems/rubygems] Add the `bundle doctor subcommand` skeleton:Edouard CHIN
2025-04-22[rubygems/rubygems] Define `bundler doctor` as a subcommandEdouard CHIN
2025-04-22Move the doctor command into a subfolder:Edouard CHIN
2025-04-15[rubygems/rubygems] Let `bundle lock --normalize-platforms` remove invalid pl...David Rodríguez
2025-04-15[rubygems/rubygems] Raise an error if `bundle lock` target platform is incomp...David Rodríguez
2025-04-15[rubygems/rubygems] Rename `resolution_packages` to `resolution_base`David Rodríguez
2025-04-15[rubygems/rubygems] Extract some logic to a method and expand commentDavid Rodríguez
2025-04-15[rubygems/rubygems] Clarify commentDavid Rodríguez
2025-04-15[rubygems/rubygems] Comparing platforms is only needed for dependency validationDavid Rodríguez
2025-04-15[rubygems/rubygems] Only platforms are relevant hereDavid Rodríguez
2025-04-15[rubygems/rubygems] Fix false positive warning about insecurely materialized gemDavid Rodríguez
2025-04-14[rubygems/rubygems] Refine `bundle update --verbose` logsDavid Rodríguez
2025-04-14[rubygems/rubygems] Fix edge case making `bundle update` behave incorrectlyDavid Rodríguez
2025-04-14[rubygems/rubygems] Materialize specs just once in installerDavid Rodríguez
2025-04-14[rubygems/rubygems] Fix `bundle lock --normalize-platforms` regressionDavid Rodríguez
2025-04-04[rubygems/rubygems] Improve bug report instructionsDavid Rodríguez
2025-04-01[rubygems/rubygems] Let compact index response parser consistently return a m...David Rodríguez
2025-04-01Remove compact index response parser from BundlerDavid Rodríguez
2025-03-31[rubygems/rubygems] Allow ruby platform to be remove also when dependencies h...David Rodríguez
2025-03-31[rubygems/rubygems] Remove edge cases for not removing invalid platformsDavid Rodríguez
2025-03-31[rubygems/rubygems] `SpecSet#add_extra_platforms!` doesn't need to return any...David Rodríguez
2025-03-31[rubygems/rubygems] Split finding and removing invalid platformsDavid Rodríguez
2025-03-27[rubygems/rubygems] Bump up connection_pool-2.5.0 with rake vendor:installHiroshi SHIBATA
2025-03-27[rubygems/rubygems] Resolved Lint/ShadowingOuterLocalVariable warningHiroshi SHIBATA
2025-03-27[rubygems/rubygems] Implement pub_grub strategy interfaceHartley McGuire
2025-03-25[rubygems/rubygems] Remove specs with bad sources when converging dependenciesDavid Rodríguez
2025-03-25[rubygems/rubygems] Tweak to check specs size just onceDavid Rodríguez
2025-03-24[rubygems/rubygems] Raise an error in frozen mode if CHECKSUMS entries are mi...David Rodríguez
2025-03-24[rubygems/rubygems] Rename block variableDavid Rodríguez
2025-03-24[rubygems/rubygems] Add `Specification#lock_name` and use that when dealing w...David Rodríguez
2025-03-24[rubygems/rubygems] Refactor replacing locked specification path sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Refactor replacement of locked path sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Remove unnecessary replacement of locked dependencies sou...David Rodríguez
2025-03-24[rubygems/rubygems] Refactor Path vs Gemspec source comparisonDavid Rodríguez
2025-03-24[rubygems/rubygems] Refactor replacing sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Remove `spec.source` duplicationDavid Rodríguez
2025-03-24[rubygems/rubygems] Simplify passing "gemspec" option to path sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Remove unused default valueDavid Rodríguez
2025-03-24[rubygems/rubygems] Change behavior when gemfile and gemspec dep deps conflictDavid Rodríguez
2025-03-24[rubygems/rubygems] Use `name` argument consistentlyDavid Rodríguez
2025-03-24[rubygems/rubygems] Support git 2.49David Rodríguez