summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-11-26[rubygems/rubygems] Avoid needing a second pass to ignore unlocked gemsDavid Rodríguez
2024-11-26[rubygems/rubygems] Allow some materialized specs to be missingDavid Rodríguez
2024-11-26[rubygems/rubygems] Deprecate `check` parameter to `Bundler::SpecSet#for`David Rodríguez
2024-11-26[rubygems/rubygems] Keep track of materializations in the original resolveDavid Rodríguez
2024-11-26[rubygems/rubygems] Create LazySpecifications directly with most_specific_loc...David Rodríguez
2024-11-26[rubygems/rubygems] Enable `Performance/MapCompact` copDavid Rodríguez
2024-11-26[rubygems/rubygems] More aggressive `Performance/FlatMap` cop configurationDavid Rodríguez
2024-11-26[rubygems/rubygems] Fix installs of subdependencies of unlocked dependencies ...David Rodríguez
2024-11-26[rubygems/rubygems] Filter out gems to unlock inside `converge_specs`David Rodríguez
2024-11-26[rubygems/rubygems] Fix development dependencies considered unnecessarily som...David Rodríguez
2024-11-26[rubygems/rubygems] Simplify moreDavid Rodríguez
2024-11-26[rubygems/rubygems] Don't bother sorting if there's a single elementDavid Rodríguez
2024-11-26[rubygems/rubygems] Remove no longer necessary codeDavid Rodríguez
2024-11-26[rubygems/rubygems] Use `platform` local variableDavid Rodríguez
2024-11-26[rubygems/rubygems] This is about locked_platformsDavid Rodríguez
2024-11-26[rubygems/rubygems] Set instance variables in consistent orderDavid Rodríguez
2024-11-25[ruby/logger] include license texts in gemMike Linksvayer
2024-11-25[rubygems/rubygems] Fix `bundle lock --add-checksums`David Rodríguez
2024-11-25[rubygems/rubygems] Make installer code more clearDavid Rodríguez
2024-11-25[rubygems/rubygems] Most of the times, eagerly resolving is not necessaryDavid Rodríguez
2024-11-25[ruby/reline] Fix tab completion appending quotetomoya ishida
2024-11-25[rubygems/rubygems] Fix test task name on generated readme when using test-unitgemmaro
2024-11-25[rubygems/rubygems] Fix gemfury credentials getting written to logs in verbos...David Rodríguez
2024-11-25[rubygems/rubygems] Remove comment about oldest supported versionDavid Rodríguez
2024-11-25[rubygems/rubygems] Remove unnecessary and out of date ruby version checkDavid Rodríguez
2024-11-25[rubygems/rubygems] Remove now dead codeDavid Rodríguez
2024-11-24[ruby/reline] Fix completion quote, preposing and target calculationtomoya ishida
2024-11-22[rubygems/rubygems] fix bundle which commands on windowssodacris
2024-11-21[rubygems/rubygems] Set $0 to exe when running `gem exec` to fix name in CLI ...Adam Daniels
2024-11-21[rubygems/rubygems] Fix `bundle remove` sometimes not removing gemsJerome Dalbert
2024-11-21[rubygems/rubygems] Fix locking of incorrect version of git gem in an edge caseDavid Rodríguez
2024-11-21[rubygems/rubygems] RefactorDavid Rodríguez
2024-11-21[rubygems/rubygems] Extract a `source` localDavid Rodríguez
2024-11-21[rubygems/rubygems] Reuse `name` localDavid Rodríguez
2024-11-21[rubygems/rubygems] Remove no longer necessary codeDavid Rodríguez
2024-11-21[rubygems/rubygems] Remove override of worker jobs for `bundle install --local`Lars Kanis
2024-11-20[rubygems/rubygems] Add --attestation option to gem pushSamuel Giddins
2024-11-20[rubygems/rubygems] Add man page for 'bundle issue' commandAndrew Nesbitt
2024-11-20[ruby/irb] Store method objects in constantsStan Lo
2024-11-20[ruby/irb] Move main object's safe call logic to ContextStan Lo
2024-11-19[rubygems/rubygems] Define a few `inspect` methods to help debuggingDavid Rodríguez
2024-11-19[rubygems/rubygems] Add man page for 'bundle fund' commandAndrew Nesbitt
2024-11-19[ruby/pp] Simplify range nil checktomoya ishida
2024-11-19[ruby/pp] Fix pretty printing range begin/end with false or niltompng
2024-11-19[ruby/pp] [DOC] Mark up the method nameNobuyoshi Nakada
2024-11-19[ruby/irb] Don't use delegator to install helper methods to maintomoya ishida
2024-11-19[ruby/pp] [DOC] Add documentsNobuyoshi Nakada
2024-11-19[ruby/rdoc] Bump version to v6.8.1Stan Lo
2024-11-19[ruby/rdoc] Update rdoc.gemspecIhor Shevkun
2024-11-19[ruby/net-http] Need to restore under the Net namespaceHiroshi SHIBATA