summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2024-12-13Bump vendored uri to 1.0.2David Rodríguez
2024-12-13Bump vendored securerandom to 0.4.0David Rodríguez
2024-12-11[rubygems/rubygems] Normalize CLI flag documentation and make sure all flags ...David Rodríguez
2024-12-11[rubygems/rubygems] Add documentation for changelog flags in `bundle gem`Adam Leach
2024-12-11[rubygems/rubygems] Add missing `--pre` flag to `bundle update --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add missing `--outdated` flag to `bundle show --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add missing flags documentation to `bundle outdated --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add several missing flags to `bundle lock --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add missing flag documentation to `bundle inject --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add missing `--version` flag to `bundle info --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add several missing flags to `bundle gem --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add missing `--gemfile` flag to exec, lock, and update co...David Rodríguez
2024-12-11[rubygems/rubygems] Normalize whitespace in option lists in man pagesDavid Rodríguez
2024-12-11[rubygems/rubygems] Add missing flag documentation to `bundle cache --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add missing `--all-platforms` flag to `bundle binstubs --...David Rodríguez
2024-12-11[rubygems/rubygems] Add missing `--glob` flag to `bundle add --help`David Rodríguez
2024-12-11[rubygems/rubygems] Add missing `--target-rbconfig` flag to `bundle install -...David Rodríguez
2024-12-11[rubygems/rubygems] Clarify `--target-rbconfig` option bannerDavid Rodríguez
2024-12-11[rubygems/rubygems] Add missing banners to `bundle exec` CLI flagsDavid Rodríguez
2024-12-11[rubygems/rubygems] Style CLI options consistentlyDavid Rodríguez
2024-12-11[rubygems/rubygems] Add missing man pages for `bundle env` and `bundle licens...David Rodríguez
2024-12-11[rubygems/rubygems] Bring man pages up to dateDavid Rodríguez
2024-12-11[rubygems/rubygems] Align all header lines with titles for consistencyDavid Rodríguez
2024-12-04[rubygems/rubygems] add relative path support for `bundle exec`sodacris
2024-11-29[rubygems/rubygems] Backwards compatibility for 2.5.17-2.5.23 cachesDavid Rodríguez
2024-11-29[rubygems/rubygems] Restore previous application cache format for git sourcesDavid Rodríguez
2024-11-29[rubygems/rubygems] Check feature flag earlierDavid Rodríguez
2024-11-29[rubygems/rubygems] Remove unnecessary early returnDavid Rodríguez
2024-11-29[rubygems/rubygems] Improve naming in git sourcesDavid Rodríguez
2024-11-28[rubygems/rubygems] Test with Ruby 3.4David Rodríguez
2024-11-26[rubygems/rubygems] Remove no longer necessary codeDavid Rodríguez
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[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