Age | Commit message (Expand) | Author |
---|
12 hours | [rubygems/rubygems] Handle `Errno::EADDRNOTAVAIL` gracefully | David Rodríguez |
12 hours | [rubygems/rubygems] Make `HTTP_ERRORS` list look like `FAIL_ERRORS` list | David Rodríguez |
12 hours | [rubygems/rubygems] Simplify non retriable errors list | David Rodríguez |
12 hours | [rubygems/rubygems] Move `HTTP_ERRORS` together with the other error constants | David Rodríguez |
12 hours | [rubygems/rubygems] Deprecate unused `Bundler#SpecSet` methods | David Rodríguez |
5 days | Skip to Bundler 4 directly | David Rodríguez |
5 days | [rubygems/rubygems] Use `persist-credentials: false` in template | Landon Grindheim |
5 days | [rubygems/rubygems] Fix running gem commands in a `bundle exec` context | David Rodríguez |
5 days | [rubygems/rubygems] Move finding eigenclass to a method | David Rodríguez |
5 days | [rubygems/rubygems] Fix grammar in `bundle config` deprecation message | David Rodríguez |
5 days | [rubygems/rubygems] Allow enabling "Bundler 3 mode" more easily | David Rodríguez |
5 days | [rubygems/rubygems] Never ignore gems from path sources during activation | David Rodríguez |
10 days | [rubygems/rubygems] Recognize JRuby loaded from a classloader, not just any JAR | Cody Cutrer |
12 days | [rubygems/rubygems] Remove duplicate documentation for `--changelog` flag | Joshua Young |
12 days | [rubygems/rubygems] Fix typos in some documentation lists making them render ... | David Rodríguez |
12 days | [rubygems/rubygems] Update man pages month | David Rodríguez |
13 days | [rubygems/rubygems] Validate dependencies when doing bundle install | Randy Stauner |
2025-06-06 | [rubygems/rubygems] Ignore local specifications if they have incorrect depend... | David Rodríguez |
2025-06-06 | Move most of Bundler::GemHelpers to Gem::Platform | Samuel Giddins |
2025-06-06 | [rubygems/rubygems] Cache commit SHA ref revisions | Thomas Marshall |
2025-06-05 | [rubygems/rubygems] Slightly simplify locked specification source replacement | David Rodríguez |
2025-06-05 | [rubygems/rubygems] Fix git source unlocking for multi-gem repositories like ... | David Rodríguez |
2025-06-05 | [rubygems/rubygems] Fix `bundle update --bundler` when restarts disabled | David Rodríguez |
2025-06-05 | [rubygems/rubygems] Look in configured path when checking if self-update vers... | David Rodríguez |
2025-06-05 | [rubygems/rubygems] Refactor restarts to not need memoizing the restart version | David Rodríguez |
2025-06-05 | [rubygems/rubygems] Reduce duplication a bit | David Rodríguez |
2025-06-05 | [rubygems/rubygems] Deprecate x64-mingw32 legacy Windows platform in favor of... | Nicholas La Roux |
2025-06-03 | [rubygems/rubygems] Only ignore `.gitignore` when generating gems with git | TangRufus |
2025-06-03 | [rubygems/rubygems] Ignore `Gemfile`, `gems.rb` & `gems.locked` according to ... | TangRufus |
2025-06-03 | [rubygems/rubygems] Remove `.git` from `spec.files` default ignore list | TangRufus |
2025-06-03 | [rubygems/rubygems] Rename `ignore_files` to `ignore_paths` | TangRufus |
2025-06-03 | [rubygems/rubygems] Add `.gitignore`, `gems.rb` & `gems.locked` into `spec.fi... | TangRufus |
2025-06-03 | [rubygems/rubygems] Remove `features/` from `spec.files` default ignore list | TangRufus |
2025-06-03 | [rubygems/rubygems] Only ignore `test/` when generating gems with `minitest` ... | TangRufus |
2025-06-03 | [rubygems/rubygems] Suffix `.circleci` with `/` in `spec.files` in the `.gems... | TangRufus |
2025-06-03 | [rubygems/rubygems] Suffix `.` with `/` in `spec.files` in the `.gemspe... | TangRufus |
2025-06-03 | [rubygems/rubygems] Exclude `spec` from `spec.files` in the `.gemspec` templa... | TangRufus |
2025-06-03 | [rubygems/rubygems] Exclude `.rspec` from `spec.files` in the `.gemspec` temp... | TangRufus |
2025-06-03 | [rubygems/rubygems] Exclude `.rubocop.yml` and `.standard.yml` from `spec.fil... | TangRufus |
2025-06-03 | [rubygems/rubygems] Remove `appveyor` from `spec.files` default ignore list | TangRufus |
2025-06-03 | [rubygems/rubygems] Refactor `spec.files` ignore list generation | TangRufus |
2025-06-03 | [rubygems/rubygems] Moved the REMEMBERING OPTIONS section to be after CONFIGU... | Matthew Hively |
2025-06-03 | [rubygems/rubygems] Clarify how BUNDLE_DEPLOYMENT, BUNDLE_FROZEN and BUNDLE_P... | Matthew Hively |
2025-05-26 | [rubygems/rubygems] Remove backport of LATEST_RUBY_WITHOUT__VERSIONS | Samuel Giddins |
2025-05-26 | [rubygems/rubygems] Remove platform backports from bundler | Samuel Giddins |
2025-05-26 | [rubygems/rubygems] Remove reference to validate_rust_builder_rubygems_version | Samuel Giddins |
2025-05-26 | [rubygems/rubygems] Bump required_ruby_version to 3.2 | Samuel Giddins |
2025-05-14 | Applied rake vendor:install | Hiroshi SHIBATA |
2025-05-13 | Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is pr... | Hiroshi SHIBATA |
2025-05-12 | [rubygems/rubygems] Fix doctor command parsing of otool output | Randy Stauner |