| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-22 | [ruby/rubygems] Bump up vendored uri to 1.0.4 | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/bc77ec0bf2 | |||
| 2025-05-22 | Merge RubyGems-3.6.9 and Bundler-2.6.9 | Hiroshi SHIBATA | |
| 2025-05-22 | Merge RubyGems-3.6.8 and Bundler-2.6.8 | Hiroshi SHIBATA | |
| 2025-04-08 | Merge RubyGems-3.6.7 and Bundler-2.6.7 | Hiroshi SHIBATA | |
| 2025-04-08 | Merge RubyGems-3.6.6 and Bundler-2.6.6 | Hiroshi SHIBATA | |
| 2025-03-24 | [rubygems/rubygems] Support git 2.49 | David Rodríguez | |
| One error message that we parse is now slightly different. https://github.com/rubygems/rubygems/commit/758528791d | |||
| 2025-02-20 | Merge RubyGems-3.6.5 and Bundler-2.6.5 | Hiroshi SHIBATA | |
| 2025-02-20 | Merge RubyGems-3.6.4 and Bundler-2.6.4 | Hiroshi SHIBATA | |
| 2025-02-20 | Merge RubyGems-3.6.3 and Bundler-2.6.3 | Hiroshi SHIBATA | |
| 2024-12-24 | Merge RubyGems-3.6.2 and Bundler-2.6.2 | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12444 | |||
| 2024-12-18 | Bump Bundler version to 2.6.1 | David Rodríguez | |
| 2024-12-18 | Bump vendored securerandom to 0.4.1 | David Rodríguez | |
| 2024-12-17 | [rubygems/rubygems] Fix missing `Gem::Uri.redact` on some Ruby 3.1 versions | David Rodríguez | |
| Our CI did not catch this because it was testing with Ruby 3.1 patch levels that include a RubyGems version that already has `Gem::Uri.redact`. We should make sure the system-rubygems workflow always tests against the oldest supportted Ruby/RubyGems combination. https://github.com/rubygems/rubygems/commit/3b695e3be1 | |||
| 2024-12-17 | Bump Bundler version to 2.6.0 | David Rodríguez | |
| 2024-12-16 | [rubygems/rubygems] Fix `bundle lock --add-checksums` when gems are already ↵ | David Rodríguez | |
| installed https://github.com/rubygems/rubygems/commit/a087c452ad | |||
| 2024-12-13 | [rubygems/rubygems] Fix restarting with locked version when $PROGRAM_NAME ↵ | Camden Narzt | |
| has been changed Use Process.argv0 instead of $PROGRAM_NAME because $PROGRAM_NAME is liable to be changed but Process.argv0 is not. https://github.com/rubygems/rubygems/commit/43b747dc9e | |||
| 2024-12-13 | Bump vendored uri to 1.0.2 | David Rodríguez | |
| 2024-12-13 | Bump vendored securerandom to 0.4.0 | David Rodríguez | |
| 2024-12-11 | [rubygems/rubygems] Normalize CLI flag documentation and make sure all flags ↵ | David Rodríguez | |
| are documented https://github.com/rubygems/rubygems/commit/20a834818b | |||
| 2024-12-11 | [rubygems/rubygems] Add documentation for changelog flags in `bundle gem` | Adam Leach | |
| The --changelog and --no-changelog flags are missing from docs, this adds them in a way that matches other flags https://github.com/rubygems/rubygems/commit/92f77678fe | |||
| 2024-12-11 | [rubygems/rubygems] Add missing `--pre` flag to `bundle update --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/21335a7378 | |||
| 2024-12-11 | [rubygems/rubygems] Add missing `--outdated` flag to `bundle show --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/2864e54ce3 | |||
| 2024-12-11 | [rubygems/rubygems] Add missing flags documentation to `bundle outdated --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/ad3b654bf3 | |||
| 2024-12-11 | [rubygems/rubygems] Add several missing flags to `bundle lock --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/4070da1264 | |||
| 2024-12-11 | [rubygems/rubygems] Add missing flag documentation to `bundle inject --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/2a01773cdb | |||
| 2024-12-11 | [rubygems/rubygems] Add missing `--version` flag to `bundle info --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/5022b49e31 | |||
| 2024-12-11 | [rubygems/rubygems] Add several missing flags to `bundle gem --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/aaf6398870 | |||
| 2024-12-11 | [rubygems/rubygems] Add missing `--gemfile` flag to exec, lock, and update ↵ | David Rodríguez | |
| command's help https://github.com/rubygems/rubygems/commit/418dfbf373 | |||
| 2024-12-11 | [rubygems/rubygems] Normalize whitespace in option lists in man pages | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/33ff4f8f2f | |||
| 2024-12-11 | [rubygems/rubygems] Add missing flag documentation to `bundle cache --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/b760a882a1 | |||
| 2024-12-11 | [rubygems/rubygems] Add missing `--all-platforms` flag to `bundle binstubs ↵ | David Rodríguez | |
| --help` https://github.com/rubygems/rubygems/commit/440b7b8282 | |||
| 2024-12-11 | [rubygems/rubygems] Add missing `--glob` flag to `bundle add --help` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/1e4dc0a703 | |||
| 2024-12-11 | [rubygems/rubygems] Add missing `--target-rbconfig` flag to `bundle install ↵ | David Rodríguez | |
| --help` https://github.com/rubygems/rubygems/commit/54dbcdc656 | |||
| 2024-12-11 | [rubygems/rubygems] Clarify `--target-rbconfig` option banner | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/6625998ca6 | |||
| 2024-12-11 | [rubygems/rubygems] Add missing banners to `bundle exec` CLI flags | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/c6f62b2eed | |||
| 2024-12-11 | [rubygems/rubygems] Style CLI options consistently | David Rodríguez | |
| In one liners, no whitespace for alignment. https://github.com/rubygems/rubygems/commit/413339a9ca | |||
| 2024-12-11 | [rubygems/rubygems] Add missing man pages for `bundle env` and `bundle ↵ | David Rodríguez | |
| licenses` commands https://github.com/rubygems/rubygems/commit/6e1a515d58 | |||
| 2024-12-11 | [rubygems/rubygems] Bring man pages up to date | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/8288cfd3e0 | |||
| 2024-12-11 | [rubygems/rubygems] Align all header lines with titles for consistency | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/83fd1c6718 | |||
| 2024-12-04 | [rubygems/rubygems] add relative path support for `bundle exec` | sodacris | |
| https://github.com/rubygems/rubygems/commit/c982085f86 | |||
| 2024-11-29 | [rubygems/rubygems] Backwards compatibility for 2.5.17-2.5.23 caches | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/9dbfce76cf | |||
| 2024-11-29 | [rubygems/rubygems] Restore previous application cache format for git sources | David Rodríguez | |
| And make sure `bundle install --local` can install from it without git. https://github.com/rubygems/rubygems/commit/7d6b631620 | |||
| 2024-11-29 | [rubygems/rubygems] Check feature flag earlier | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/33536aa61c | |||
| 2024-11-29 | [rubygems/rubygems] Remove unnecessary early return | David Rodríguez | |
| These are never equal. https://github.com/rubygems/rubygems/commit/69e369da74 | |||
| 2024-11-29 | [rubygems/rubygems] Improve naming in git sources | David Rodríguez | |
| The "revision" attribute is actually getting the revision from the Gemfile.lock file. So I think "locked" is a better term here to avoid confusion with the revision checked out in `vendor/cache`. https://github.com/rubygems/rubygems/commit/ca5bdebe1f | |||
| 2024-11-28 | [rubygems/rubygems] Test with Ruby 3.4 | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/23d06195fa | |||
| 2024-11-26 | [rubygems/rubygems] Remove no longer necessary code | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/9ea1539b08 | |||
| 2024-11-26 | [rubygems/rubygems] Avoid needing a second pass to ignore unlocked gems | David Rodríguez | |
| When converging locked specifications to select the ones that should be preserved while resolving, we can avoid having to do a second pass to ignore the ones that have been explicitly unlocked. https://github.com/rubygems/rubygems/commit/411742703e | |||
| 2024-11-26 | [rubygems/rubygems] Allow some materialized specs to be missing | David Rodríguez | |
| As long as some spec in the materialization is complete. https://github.com/rubygems/rubygems/commit/9a673b0bbb | |||
| 2024-11-26 | [rubygems/rubygems] Deprecate `check` parameter to `Bundler::SpecSet#for` | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/3041b3d784 | |||
