summaryrefslogtreecommitdiff
path: root/gems/bundled_gems
AgeCommit message (Collapse)Author
5 daysExtract bundled-gem C extensions before configuring exts (#16973)Stan Lo
8 daysUpdate bundled gems list as of 2026-05-14git
8 daysRevert "Use rbs-integrated RDoc (#16940)" (#16978)Stan Lo
This reverts commit b5e6e0a425efcd21a62028f5c7b7d879396cb411.
8 daysUse rbs-integrated RDoc (#16940)Stan Lo
8 daysUpdate bundled gems list as of 2026-05-14git
8 daysBump irb to 1.18.0 and debug to latest master (#16934)Stan Lo
2026-04-29Bump RDoc to latest master (bc0baee) (#16807)Stan Lo
2026-04-21Update bundled gems list as of 2026-04-21git
2026-04-19Update bundled gems list as of 2026-04-19git
2026-04-16Update bundled gems list as of 2026-04-16git
2026-04-15Update bundled gems list as of 2026-04-15git
2026-04-10Bump 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-06Update bundled gems list as of 2026-04-06git
2026-04-06Pin RBS to avoid bigdecimal validation failure (#16664)Soutaro Matsumoto
2026-03-30Update debug.gem sha to fix random failuresTakashi Kokubun
https://github.com/ruby/debug/pull/1174
2026-03-27Bump irb version to fix a flaky testTakashi Kokubun
https://github.com/ruby/irb/pull/1191
2026-03-25Bundle rbs-4.0.2 (#16436)Soutaro Matsumoto
* Bundle rbs-4.0.2
2026-03-24[PRISM] Replace MissingNode with ErrorRecoveryNodeKevin Newton
2026-03-23Use 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-20Pin the rbs versionTakashi Kokubun
2026-03-20Update bundled gems list as of 2026-03-20git
2026-03-20Revert back to rbs 3.10.3Jean Boussier
The 4.0.0 version break CI.
2026-03-20Update bundled gems list as of 2026-03-20git
2026-03-18Revert "Update bundled_gems"Hiroshi SHIBATA
This reverts commit f6201015a95b86c1b7eb4ce6a3febfade4779ac2.
2026-03-18Update bundled_gemsHiroshi SHIBATA
2026-02-24Update bundled gems list as of 2026-02-24git
2026-02-20Update bundled gems list as of 2026-02-20git
2026-02-20Move win32-registry from default to bundled gemsLars Kanis
Because win32-registry needs fiddle and fiddle is a bundled gem. [Bug #21855]
2026-02-16Update bundled gems list as of 2026-02-16git
2026-02-14Update bundled gems list as of 2026-02-14git
2026-02-13Removed net-popHiroshi SHIBATA
2026-02-13Removed net-ftpHiroshi SHIBATA
2026-02-10Update bundled gems list as of 2026-02-09git
2026-01-31Update bundled gems list as of 2026-01-31git
2026-01-29Update bundled gems list as of 2026-01-29git
2026-01-27Use slices instead of locationsKevin 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-15Update bundled gems list as of 2026-01-15git
2026-01-14Update bundled gems list as of 2026-01-13git
2026-01-08Update bundled gems list as of 2026-01-08git
2026-01-08Migrate tsort as bundled gemsHiroshi SHIBATA
2026-01-03Test net-imap with ruby/net-imap#593Nobuyoshi 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-02Update bundled gems list as of 2026-01-02git
2025-12-27Update bundled gems list as of 2025-12-27git
2025-12-25Revert "Rollback to minitest-5.27.0"Hiroshi SHIBATA
This reverts commit 8d097bc472fc66221dee23bb8f9e0dddac16db23.
2025-12-25Rollback to minitest-5.27.0Hiroshi 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-25Bundle test-unit 3.7.5Soutaro Matsumoto
2025-12-25Bump RDoc to 7.0.3Stan Lo
2025-12-24Rollback to test-unit 3.7.3Hiroshi 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-24Update bundled gems list as of 2025-12-24git
2025-12-23Update bundled gems list as of 2025-12-23git