<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/gems/bundled_gems, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Update pstore to 0.2.1 [Backport #21880]</title>
<updated>2026-03-16T19:02:55+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2026-03-16T19:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=901966d7621bfdfe520c5b65649c7e6bacaad6ff'/>
<id>901966d7621bfdfe520c5b65649c7e6bacaad6ff</id>
<content type='text'>
Fix ultra_safe mode of pstore bundled with Ruby 4.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix ultra_safe mode of pstore bundled with Ruby 4.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Rollback to minitest-5.27.0"</title>
<updated>2025-12-25T02:47:08+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-25T02:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=84edb8456e90ae79428bf5e5db3accf29cdc9999'/>
<id>84edb8456e90ae79428bf5e5db3accf29cdc9999</id>
<content type='text'>
This reverts commit 8d097bc472fc66221dee23bb8f9e0dddac16db23.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8d097bc472fc66221dee23bb8f9e0dddac16db23.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rollback to minitest-5.27.0</title>
<updated>2025-12-24T21:52:46+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-24T20:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8d097bc472fc66221dee23bb8f9e0dddac16db23'/>
<id>8d097bc472fc66221dee23bb8f9e0dddac16db23</id>
<content type='text'>
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 #&lt;Hoe:0x00007fdb550fc840&gt; (NoMethodError)

    self.cov_filter = %w[ tmp ]
        ^^^^^^^^^^^^^
  /home/runner/work/actions/actions/ruby-4.0.0/gems/src/minitest/Rakefile:20:in 'block in &lt;top (required)&gt;'
  /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 '&lt;top (required)&gt;'
  /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/rake-13.3.1/exe/rake:27:in '&lt;top (required)&gt;'
  (See full trace by running task with --trace)
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 #&lt;Hoe:0x00007fdb550fc840&gt; (NoMethodError)

    self.cov_filter = %w[ tmp ]
        ^^^^^^^^^^^^^
  /home/runner/work/actions/actions/ruby-4.0.0/gems/src/minitest/Rakefile:20:in 'block in &lt;top (required)&gt;'
  /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 '&lt;top (required)&gt;'
  /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/rake-13.3.1/exe/rake:27:in '&lt;top (required)&gt;'
  (See full trace by running task with --trace)
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Bundle test-unit 3.7.5</title>
<updated>2025-12-24T20:46:44+00:00</updated>
<author>
<name>Soutaro Matsumoto</name>
<email>matsumoto@soutaro.com</email>
</author>
<published>2025-12-24T16:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d0193e924003b33ab46ee4ac13fbec5d53d02f1b'/>
<id>d0193e924003b33ab46ee4ac13fbec5d53d02f1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump RDoc to 7.0.3</title>
<updated>2025-12-24T20:45:16+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2025-12-24T18:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=96d876534e115ffbb92a72f7378da84fd54a3a87'/>
<id>96d876534e115ffbb92a72f7378da84fd54a3a87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rollback to test-unit 3.7.3</title>
<updated>2025-12-24T10:44:54+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-24T09:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c17307ac22f37f74786a4f016121c6ee8cc38915'/>
<id>c17307ac22f37f74786a4f016121c6ee8cc38915</id>
<content type='text'>
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)
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bundled gems list as of 2025-12-24</title>
<updated>2025-12-24T06:55:30+00:00</updated>
<author>
<name>git</name>
<email>svn-admin@ruby-lang.org</email>
</author>
<published>2025-12-24T06:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=04a646220148cad882b0a92665e617c6aca94bc2'/>
<id>04a646220148cad882b0a92665e617c6aca94bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bundled gems list as of 2025-12-23</title>
<updated>2025-12-23T08:52:15+00:00</updated>
<author>
<name>git</name>
<email>svn-admin@ruby-lang.org</email>
</author>
<published>2025-12-23T08:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3ddf69500ffd76efd28e45d2e101a85fca0d8a61'/>
<id>3ddf69500ffd76efd28e45d2e101a85fca0d8a61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bundle RBS 3.10.0 (#15701)</title>
<updated>2025-12-23T08:51:32+00:00</updated>
<author>
<name>Soutaro Matsumoto</name>
<email>matsumoto@soutaro.com</email>
</author>
<published>2025-12-23T08:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2ed9a7bde26a06cf5eff38e01702af80251d29b3'/>
<id>2ed9a7bde26a06cf5eff38e01702af80251d29b3</id>
<content type='text'>
* Bundle RBS 3.10.0
* Unskip BigDecimal tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bundle RBS 3.10.0
* Unskip BigDecimal tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump RDoc to 7.0.2 (#15691)</title>
<updated>2025-12-22T12:00:09+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2025-12-22T12:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5272f2bc95770bf483795532ac807884f8932c23'/>
<id>5272f2bc95770bf483795532ac807884f8932c23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
