| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | Extract bundled-gem C extensions before configuring exts (#16973) | Stan Lo | |
| 8 days | Update bundled gems list as of 2026-05-14 | git | |
| 8 days | Revert "Use rbs-integrated RDoc (#16940)" (#16978) | Stan Lo | |
| This reverts commit b5e6e0a425efcd21a62028f5c7b7d879396cb411. | |||
| 8 days | Use rbs-integrated RDoc (#16940) | Stan Lo | |
| 8 days | Update bundled gems list as of 2026-05-14 | git | |
| 8 days | Bump irb to 1.18.0 and debug to latest master (#16934) | Stan Lo | |
| 2026-04-29 | Bump RDoc to latest master (bc0baee) (#16807) | Stan Lo | |
| 2026-04-21 | Update bundled gems list as of 2026-04-21 | git | |
| 2026-04-19 | Update bundled gems list as of 2026-04-19 | git | |
| 2026-04-16 | Update bundled gems list as of 2026-04-16 | git | |
| 2026-04-15 | Update bundled gems list as of 2026-04-15 | git | |
| 2026-04-10 | Bump RDoc to latest master (4913d56) (#16713) | Stan Lo | |
| Update the pinned RDoc revision to pick up the latest changes from ruby/rdoc master. | |||
| 2026-04-06 | Update bundled gems list as of 2026-04-06 | git | |
| 2026-04-06 | Pin RBS to avoid bigdecimal validation failure (#16664) | Soutaro Matsumoto | |
| 2026-03-30 | Update debug.gem sha to fix random failures | Takashi Kokubun | |
| https://github.com/ruby/debug/pull/1174 | |||
| 2026-03-27 | Bump irb version to fix a flaky test | Takashi Kokubun | |
| https://github.com/ruby/irb/pull/1191 | |||
| 2026-03-25 | Bundle rbs-4.0.2 (#16436) | Soutaro Matsumoto | |
| * Bundle rbs-4.0.2 | |||
| 2026-03-24 | [PRISM] Replace MissingNode with ErrorRecoveryNode | Kevin Newton | |
| 2026-03-23 | Use latest RDoc (#16506) | Stan Lo | |
| The latest RDoc contains https://github.com/ruby/rdoc/pull/1657, which fixes install-doc failures on some platforms. | |||
| 2026-03-20 | Pin the rbs version | Takashi Kokubun | |
| 2026-03-20 | Update bundled gems list as of 2026-03-20 | git | |
| 2026-03-20 | Revert back to rbs 3.10.3 | Jean Boussier | |
| The 4.0.0 version break CI. | |||
| 2026-03-20 | Update bundled gems list as of 2026-03-20 | git | |
| 2026-03-18 | Revert "Update bundled_gems" | Hiroshi SHIBATA | |
| This reverts commit f6201015a95b86c1b7eb4ce6a3febfade4779ac2. | |||
| 2026-03-18 | Update bundled_gems | Hiroshi SHIBATA | |
| 2026-02-24 | Update bundled gems list as of 2026-02-24 | git | |
| 2026-02-20 | Update bundled gems list as of 2026-02-20 | git | |
| 2026-02-20 | Move win32-registry from default to bundled gems | Lars Kanis | |
| Because win32-registry needs fiddle and fiddle is a bundled gem. [Bug #21855] | |||
| 2026-02-16 | Update bundled gems list as of 2026-02-16 | git | |
| 2026-02-14 | Update bundled gems list as of 2026-02-14 | git | |
| 2026-02-13 | Removed net-pop | Hiroshi SHIBATA | |
| 2026-02-13 | Removed net-ftp | Hiroshi SHIBATA | |
| 2026-02-10 | Update bundled gems list as of 2026-02-09 | git | |
| 2026-01-31 | Update bundled gems list as of 2026-01-31 | git | |
| 2026-01-29 | Update bundled gems list as of 2026-01-29 | git | |
| 2026-01-27 | Use slices instead of locations | Kevin Newton | |
| In the C API, we want to use slices instead of locations in the AST. In this case a "slice" is effectively the same thing as the location, expect it is represented using a 32-bit offset and a 32-bit length. This will cut down on half of the space of all of the locations in the AST. Note that from the Ruby/Java/JavaScript side, this is effectively an invisible change. This only impacts the C/Rust side. | |||
| 2026-01-15 | Update bundled gems list as of 2026-01-15 | git | |
| 2026-01-14 | Update bundled gems list as of 2026-01-13 | git | |
| 2026-01-08 | Update bundled gems list as of 2026-01-08 | git | |
| 2026-01-08 | Migrate tsort as bundled gems | Hiroshi SHIBATA | |
| 2026-01-03 | Test net-imap with ruby/net-imap#593 | Nobuyoshi Nakada | |
| Delete test/net/imap/test_data_lite.rb, because the target of this test file has been deleted by [ruby/net-imap#543]. [ruby/net-imap#543]: https://github.com/ruby/net-imap/pull/593 | |||
| 2026-01-02 | Update bundled gems list as of 2026-01-02 | git | |
| 2025-12-27 | Update bundled gems list as of 2025-12-27 | git | |
| 2025-12-25 | Revert "Rollback to minitest-5.27.0" | Hiroshi SHIBATA | |
| This reverts commit 8d097bc472fc66221dee23bb8f9e0dddac16db23. | |||
| 2025-12-25 | Rollback to minitest-5.27.0 | Hiroshi SHIBATA | |
| Test of 6.0.0 is not working with 4.0.0 stable version. https://github.com/ruby/actions/actions/runs/20488398805/job/58875672023#step:20:362 ``` rake aborted! NoMethodError: undefined method 'cov_filter=' for #<Hoe:0x00007fdb550fc840> (NoMethodError) self.cov_filter = %w[ tmp ] ^^^^^^^^^^^^^ /home/runner/work/actions/actions/ruby-4.0.0/gems/src/minitest/Rakefile:20:in 'block in <top (required)>' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/hoe-3.20.0/lib/hoe.rb:394:in 'BasicObject#instance_eval' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/hoe-3.20.0/lib/hoe.rb:394:in 'Hoe.spec' /home/runner/work/actions/actions/ruby-4.0.0/gems/src/minitest/Rakefile:11:in '<top (required)>' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/rake-13.3.1/exe/rake:27:in '<top (required)>' (See full trace by running task with --trace) ``` | |||
| 2025-12-25 | Bundle test-unit 3.7.5 | Soutaro Matsumoto | |
| 2025-12-25 | Bump RDoc to 7.0.3 | Stan Lo | |
| 2025-12-24 | Rollback to test-unit 3.7.3 | Hiroshi SHIBATA | |
| 3.7.5 is not working with rbs-3.10.0 https://github.com/ruby/ruby/actions/runs/20480628393/job/58853288287#step:22:353 ``` D:/a/ruby/ruby/src/.bundle/gems/test-unit-3.7.5/lib/test/unit/testcase.rb:641:in 'block (2 levels) in Test::Unit::TestCase#run': failed to allocate memory (NoMemoryError) ``` | |||
| 2025-12-24 | Update bundled gems list as of 2025-12-24 | git | |
| 2025-12-23 | Update bundled gems list as of 2025-12-23 | git | |
