<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rubygems/test_require.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[rubygems/rubygems] Run specs that now pass on JRuby</title>
<updated>2024-10-10T14:51:30+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-04T15:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a1492ffdc24ae96ea06f4549467211f8d0bbe675'/>
<id>a1492ffdc24ae96ea06f4549467211f8d0bbe675</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/2af077ee38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/2af077ee38
</pre>
</div>
</content>
</entry>
<entry>
<title>Update default gem test for colon-style hash inspect</title>
<updated>2024-10-03T09:47:09+00:00</updated>
<author>
<name>tompng</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-06-07T15:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=af1c356c7b318ccdb8abbcf35bd1fff2082bf91b'/>
<id>af1c356c7b318ccdb8abbcf35bd1fff2082bf91b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Don't add duplicated specs to unresolved specs</title>
<updated>2024-09-30T05:07:57+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-26T09:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d4ac5c573b3b57dc4e62b684be297269defceba2'/>
<id>d4ac5c573b3b57dc4e62b684be297269defceba2</id>
<content type='text'>
This could happen when a regular gem shadows a default gem.

https://github.com/rubygems/rubygems/commit/9ef70dd1f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This could happen when a regular gem shadows a default gem.

https://github.com/rubygems/rubygems/commit/9ef70dd1f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use benchmark for test_activate_via_require_respects_loaded_files</title>
<updated>2024-08-29T08:37:44+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-08-29T01:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a780633d2af00e79b8437b0a7d988dbdadb0d80f'/>
<id>a780633d2af00e79b8437b0a7d988dbdadb0d80f</id>
<content type='text'>
benchmark.rb may extract as bundled gems in the future release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
benchmark.rb may extract as bundled gems in the future release
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix default gem priority when sorting specs</title>
<updated>2024-06-13T14:25:14+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-06-13T11:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5c573b7652ec88995ba2a6172a10f6d98e4b2dcd'/>
<id>5c573b7652ec88995ba2a6172a10f6d98e4b2dcd</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/8dbe1dbdc7

Co-authored-by: MSP-Greg &lt;Greg.mpls@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/8dbe1dbdc7

Co-authored-by: MSP-Greg &lt;Greg.mpls@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make tests play with upstream Ruby tests</title>
<updated>2024-01-22T00:57:10+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2024-01-19T22:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=67b00f721dd4a8e2a137fcc4d69071ba2f5cbd8c'/>
<id>67b00f721dd4a8e2a137fcc4d69071ba2f5cbd8c</id>
<content type='text'>
CI broke in https://github.com/ruby/ruby/pull/9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.

See https://github.com/rubygems/rubygems/pull/7379#issuecomment-1901241299
for more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI broke in https://github.com/ruby/ruby/pull/9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.

See https://github.com/rubygems/rubygems/pull/7379#issuecomment-1901241299
for more details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "[rubygems/rubygems] Fix activation conflicts when circularly requiring a gem"</title>
<updated>2024-01-22T00:57:10+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-01-19T04:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=00dc1cace803fa557c685e7cb395bfaa77bc03a9'/>
<id>00dc1cace803fa557c685e7cb395bfaa77bc03a9</id>
<content type='text'>
This reverts commit 04cf66765a8a9d48baea6d9aee266dc9aa21df27.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 04cf66765a8a9d48baea6d9aee266dc9aa21df27.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "[rubygems/rubygems] Fix `require` of a default gem when unresolved gems depend on it"</title>
<updated>2024-01-22T00:57:10+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-01-19T04:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d51f4c9288a2195fbf6889fca8790587f71a1cd9'/>
<id>d51f4c9288a2195fbf6889fca8790587f71a1cd9</id>
<content type='text'>
This reverts commit 54552b89e73fc616ba47c1c87d33625af99cbce9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 54552b89e73fc616ba47c1c87d33625af99cbce9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[rubygems/rubygems] Fix `require` of a default gem when unresolved gems depend on it"</title>
<updated>2024-01-19T03:12:33+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-01-19T03:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=54552b89e73fc616ba47c1c87d33625af99cbce9'/>
<id>54552b89e73fc616ba47c1c87d33625af99cbce9</id>
<content type='text'>
This reverts commit f1f5f22d22a149f20e019728b1ab35593d29d81a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f1f5f22d22a149f20e019728b1ab35593d29d81a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[rubygems/rubygems] Fix activation conflicts when circularly requiring a gem"</title>
<updated>2024-01-19T02:54:17+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-01-19T02:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=04cf66765a8a9d48baea6d9aee266dc9aa21df27'/>
<id>04cf66765a8a9d48baea6d9aee266dc9aa21df27</id>
<content type='text'>
This reverts commit db44088c2a92040879386aa5f268db4c858e4e5b.

  https://github.com/ruby/ruby/actions/runs/7578672002/job/20641640821
  https://github.com/ruby/ruby/actions/runs/7578672002/job/20641641212
  https://github.com/ruby/ruby/actions/runs/7578672002/job/20641642031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit db44088c2a92040879386aa5f268db4c858e4e5b.

  https://github.com/ruby/ruby/actions/runs/7578672002/job/20641640821
  https://github.com/ruby/ruby/actions/runs/7578672002/job/20641641212
  https://github.com/ruby/ruby/actions/runs/7578672002/job/20641642031
</pre>
</div>
</content>
</entry>
</feed>
