| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-12 | erb/new_spec.rb: Fix a missing do | Takashi Kokubun | |
| 2025-11-12 | [DOC] Tweaks for String#tr | BurdetteLamar | |
| 2025-11-12 | [DOC] Tweaks for String#to_s | BurdetteLamar | |
| 2025-11-12 | erb/new_spec.rb: Update a version guard | Takashi Kokubun | |
| to the released version | |||
| 2025-11-12 | Update default gems list at e25fdc3d0048cd2ab5c92add8fb76c [ci skip] | git | |
| 2025-11-12 | [ruby/erb] Version 6.0.0 | Takashi Kokubun | |
| https://github.com/ruby/erb/commit/bbaaf1f51b | |||
| 2025-11-12 | [ruby/erb] Drop a deprecated constant ERB::Revision | Takashi Kokubun | |
| https://github.com/ruby/erb/commit/1f83b2578f | |||
| 2025-11-12 | [ruby/erb] Drop an obsolete constant ERB::NOT_GIVEN | Takashi Kokubun | |
| and update some documentation https://github.com/ruby/erb/commit/9da628f21c | |||
| 2025-11-12 | erb/new_spec.rb: Fetch private ERB::VERSION | Takashi Kokubun | |
| for erb v4.0.4 or older | |||
| 2025-11-12 | spec_guards.yml: Add `fail-fast: false` | Takashi Kokubun | |
| fail-fast is never a good idea for master branch. | |||
| 2025-11-12 | Reapply "[ruby/erb] Reapply "Remove safe_level and further positional" | Takashi Kokubun | |
| This reverts commit 5b6658a406b5f1c535aed4cb68e8e18a3cbabb81. With a ruby spec fix. | |||
| 2025-11-12 | Revert "[ruby/erb] Reapply "Remove safe_level and further positional" | Takashi Kokubun | |
| This reverts commit 6ea4f36716f8970f418f32837575405ddeea75aa. I'll fix ruby/spec shortly. For now, let me just revert it for ruby/ruby. | |||
| 2025-11-12 | [ruby/erb] Reapply "Remove safe_level and further positional | Takashi Kokubun | |
| arguments (https://github.com/ruby/erb/pull/7)" (https://github.com/ruby/erb/pull/95) This reverts commit https://github.com/ruby/erb/commit/1c02d23dc618. https://github.com/ruby/erb/commit/4162a24ecc | |||
| 2025-11-12 | Use patched rbs aware of io/wait method removals | Alan Wu | |
| 2025-11-13 | include ruby.h to avoid load failures | Koichi Sasada | |
| ``` .../io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version ``` | |||
| 2025-11-12 | [ruby/io-wait] No method definition is always ractor-safe | Nobuyoshi Nakada | |
| https://github.com/ruby/io-wait/commit/44b68fc51b | |||
| 2025-11-12 | [ruby/io-wait] Drop support for ruby 3.1 | Nobuyoshi Nakada | |
| https://github.com/ruby/io-wait/commit/33efb55d0e | |||
| 2025-11-12 | [ruby/io-wait] Drop support for ruby 3.0 | Nobuyoshi Nakada | |
| https://github.com/ruby/io-wait/commit/62626dae8c | |||
| 2025-11-12 | [ruby/io-wait] Drop support for ruby 2.7 | Nobuyoshi Nakada | |
| https://github.com/ruby/io-wait/commit/dad4c70f2a | |||
| 2025-11-12 | Update default gems list at b70f5afb68253eb25cf5f8f2fdfbf0 [ci skip] | git | |
| 2025-11-12 | [ruby/io-wait] Remove `IO#nread` and `IO#ready? | Nobuyoshi Nakada | |
| https://github.com/ruby/io-wait/commit/1decadc7f9 | |||
| 2025-11-12 | [ruby/io-wait] Start 0.4.0 | Nobuyoshi Nakada | |
| https://github.com/ruby/io-wait/commit/f5c81139dd | |||
| 2025-11-12 | Update default gems list at b072c3995995ad70387378127a6984 [ci skip] | git | |
| 2025-11-12 | [ruby/io-wait] Bump up to 0.3.6 | Nobuyoshi Nakada | |
| https://github.com/ruby/io-wait/commit/bf41116ff5 | |||
| 2025-11-12 | [ruby/io-wait] Deprecate `IO#nread` and `IO#ready?` | Nobuyoshi Nakada | |
| To use these methods, busy loop is necessary somewhere. Use other method to wait instead. https://github.com/ruby/io-wait/commit/8ff4821cea | |||
| 2025-11-12 | Make alias `Ractor#value` only if undefined | Nobuyoshi Nakada | |
| `Ractor#value` replaces `Ractor#take`; if the former is defined the latter is undefined, and vice versa. | |||
| 2025-11-12 | [ruby/rubygems] Workaround for test failure of ruby_3_4 branch | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/d7bc3a6d82 | |||
| 2025-11-12 | [ruby/rubygems] Support ruby_3_4 branch with assert_ractor argument | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/da0a14801a | |||
| 2025-11-12 | [ruby/rubygems] Inject assert_ractor if TestGemPackageTarHeaderRactor is ↵ | Hiroshi SHIBATA | |
| running under the ruby/rubygems repo https://github.com/ruby/rubygems/commit/47f41ce2df | |||
| 2025-11-12 | [ruby/rubygems] Added test-unit-ruby-core for assert_ractor | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/be579a9c8c | |||
| 2025-11-12 | Fix memory leak in invalidate_ccs_in_iclass_cc_tbl | Peter Zhu | |
| invalidate_ccs_in_iclass_cc_tbl deletes the ccs from the table but never frees it, causing memory to leak. | |||
| 2025-11-12 | [DOC] Tweaks for String#to_r | Burdette Lamar | |
| 2025-11-12 | assert_separately: Suppress experimental warnings | Nobuyoshi Nakada | |
| test-unit depends on power_assert that the recent versions require ruby 3.1 or later. While test-unit rescues syntax error at loading power_assert for old ruby versions, warnings for experimental features are not suppressed, and `assert_separately` fails because stderr is not empty, by default. Since adding `required_ruby_version` to power_assert causes the installation with old rubygems to fail, we just ignore warnings for experimental features totally. | |||
| 2025-11-12 | Fix SyntaxError: unexpected keyword_rescue, expecting keyword_end in Ruby ↵ | Taketo Takashima | |
| 2.4 and earlier | |||
| 2025-11-12 | Split Ractor tests for Gem::Package | Hiroshi SHIBATA | |
| 2025-11-12 | Support multiple require in assert_ractor | Hiroshi SHIBATA | |
| 2025-11-12 | Reapply "[ruby/rubygems] Fix constants in TAR to be frozen" | Hiroshi SHIBATA | |
| This reverts commit 136157e772ab2b2ea08555d0ad821da7dc2bde96. | |||
| 2025-11-12 | [Bug #21680] Fix (base**power_of_two).digits(base) bug (#15144) | tomoya ishida | |
| Fix wrong condition in base multiplying loop. | |||
| 2025-11-12 | Update default gems list at 090099b0c048c655c239a1cb81f551 [ci skip] | git | |
| 2025-11-12 | Development of 3.1.9 started. | Sutou Kouhei | |
| 2025-11-12 | [ruby/rubygems] maybe this will work? | Aaron Patterson | |
| https://github.com/ruby/rubygems/commit/4d8b1c77f4 | |||
| 2025-11-12 | [ruby/rubygems] add rubygems-generate_index as a dev dep | Aaron Patterson | |
| https://github.com/ruby/rubygems/commit/8df0e4e63e | |||
| 2025-11-12 | [ruby/rubygems] Shell out fewer times | Aaron Patterson | |
| This is a follow up to #9053. We can avoid shelling out for generating the gem index. https://github.com/ruby/rubygems/commit/e40bafe9f1 | |||
| 2025-11-12 | Added email and name for `git pull --rebase` | Hiroshi SHIBATA | |
| ``` Rebasing (1/3) Committer identity unknown *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. ``` | |||
| 2025-11-12 | tsort will be extracted at 4.1, not 3.6 | Hiroshi SHIBATA | |
| 2025-11-12 | Replace Ruby 3.5 with Ruby 4.0 | Hiroshi SHIBATA | |
| 2025-11-12 | [ruby/error_highlight] Replace Ruby 3.5 with Ruby 4.0 | Yasuo Honda | |
| This commit updates the Ruby version to follow the commit in Ruby master branch. https://github.com/ruby/ruby/commit/6d81969b475262aba251e99b518181bdf7c5a523 https://github.com/ruby/error_highlight/commit/dcecf68d75 | |||
| 2025-11-12 | [ruby/net-http] Replace Ruby 3.5 with Ruby 4.0 | Yasuo Honda | |
| This commit updates the Ruby version to follow the commit in Ruby master branch. https://github.com/ruby/ruby/commit/6d81969b475262aba251e99b518181bdf7c5a523 https://github.com/ruby/net-http/commit/1e48cfaaf7 | |||
| 2025-11-11 | Update default gems list at 8afe65cd92ba6a3c64924cad13f24a [ci skip] | git | |
| 2025-11-11 | [ruby/io-wait] Bump version to 0.3.5 to incorporate JRuby release fixes | Charles Oliver Nutter | |
| https://github.com/ruby/io-wait/commit/284cb654cf | |||
