<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/bundler/dev_gems.rb, 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>[ruby/rubygems] Added test-unit-ruby-core for assert_ractor</title>
<updated>2025-11-12T12:51:44+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-12T10:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9046186065ff483386dfe27fe6f69e14b05cd938'/>
<id>9046186065ff483386dfe27fe6f69e14b05cd938</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/be579a9c8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/be579a9c8c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] add rubygems-generate_index as a dev dep</title>
<updated>2025-11-12T01:47:09+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>tenderlove@ruby-lang.org</email>
</author>
<published>2025-11-12T00:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ba1616fefb27845ecadb5a87b7a05a2212bd0541'/>
<id>ba1616fefb27845ecadb5a87b7a05a2212bd0541</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/8df0e4e63e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/8df0e4e63e
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Update parallel_tests.</title>
<updated>2025-03-03T06:52:35+00:00</updated>
<author>
<name>Josef Šimánek</name>
<email>josef.simanek@gmail.com</email>
</author>
<published>2025-03-01T16:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=12e2dfdc56cf835a37e03682d33e5318ac0fabef'/>
<id>12e2dfdc56cf835a37e03682d33e5318ac0fabef</id>
<content type='text'>
- new version restores previously removed method

https://github.com/rubygems/rubygems/commit/5348e88d07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- new version restores previously removed method

https://github.com/rubygems/rubygems/commit/5348e88d07
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove explicit test dependency on uri</title>
<updated>2025-01-14T03:24:37+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-01-10T20:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=61d3f9a1a53738a8a54bbf9de9e6d1f0a410f453'/>
<id>61d3f9a1a53738a8a54bbf9de9e6d1f0a410f453</id>
<content type='text'>
Since we now vendor uri, it does not buy us anything to include it in
the gemfile explicitly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we now vendor uri, it does not buy us anything to include it in
the gemfile explicitly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove test dependency on logger</title>
<updated>2025-01-14T03:24:37+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-01-10T11:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a3882dc565b777d8d1462879a1fd290108088ba3'/>
<id>a3882dc565b777d8d1462879a1fd290108088ba3</id>
<content type='text'>
I think logger is only used to figure out which methods need to be made
noops in order to silence webrick during tests.

However, it seems possible to do the same using webrick's builtin logger
and the current method does not seem even correct since it's not
guaranteed that the logger gem and webrick's logger will use the same
methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think logger is only used to figure out which methods need to be made
noops in order to silence webrick during tests.

However, it seems possible to do the same using webrick's builtin logger
and the current method does not seem even correct since it's not
guaranteed that the logger gem and webrick's logger will use the same
methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ronn-ng again for documentation generation</title>
<updated>2025-01-14T03:24:37+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-01-02T16:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1fae0d7256df76d091847247ec655b0b6b9c4ad9'/>
<id>1fae0d7256df76d091847247ec655b0b6b9c4ad9</id>
<content type='text'>
We switched to nronn because ronn-ng felt abandoned, but it seems
it has activity again, so switch back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We switched to nronn because ronn-ng felt abandoned, but it seems
it has activity again, so switch back.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump up logger-1.6.5 for TruffleRuby</title>
<updated>2025-01-10T07:57:06+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-01-10T06:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c7e5dbe1d831ed5e894b6c158d06e80968291249'/>
<id>c7e5dbe1d831ed5e894b6c158d06e80968291249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added logger dependency for Bundler's example</title>
<updated>2025-01-10T01:19:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-01-09T05:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fcecef7752d9d6c760c8ca7f6a7ce12c82988360'/>
<id>fcecef7752d9d6c760c8ca7f6a7ce12c82988360</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webrick is no longer needed in `dev_gems.rb` gemfile</title>
<updated>2024-11-20T00:42:10+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-18T20:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a5709631a168a187fa8949f27f3aa65243e68060'/>
<id>a5709631a168a187fa8949f27f3aa65243e68060</id>
<content type='text'>
Since 3ae4358024ed4a8438aa14611b3b939b39cdd18b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 3ae4358024ed4a8438aa14611b3b939b39cdd18b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unlock parallel_tests</title>
<updated>2024-09-17T05:41:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-06T12:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d80c139f777a2018a93ab8df4e57dbf4fd27572'/>
<id>7d80c139f777a2018a93ab8df4e57dbf4fd27572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
