<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/source/rubygems.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>Merge RubyGems-3.6.4 and Bundler-2.6.4</title>
<updated>2025-02-21T00:50:20+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-21T00:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a0025b6e5d440139ebc16a555cddb4dc9dd45449'/>
<id>a0025b6e5d440139ebc16a555cddb4dc9dd45449</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] Fix specs with missing extensions getting activated</title>
<updated>2024-10-10T14:51:32+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-04T16:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3fdf0e7e6deee8a275869c1ced389f6e4d9975ea'/>
<id>3fdf0e7e6deee8a275869c1ced389f6e4d9975ea</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/c80998a22a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/c80998a22a
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove more compatibility code with old RubyGems</title>
<updated>2024-10-10T14:51:32+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-02T14:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f63873e7a2d07e23694148ea500da3baf09cc680'/>
<id>f63873e7a2d07e23694148ea500da3baf09cc680</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/74e8eff779
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/74e8eff779
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix `--local` hitting the network when default gems are included</title>
<updated>2024-09-17T05:39:06+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-12T17:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=80e934c29c5bd8b7955e26f8683ac6644d69a200'/>
<id>80e934c29c5bd8b7955e26f8683ac6644d69a200</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/b9a2d4d539
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/b9a2d4d539
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Simplify handling default gem caching</title>
<updated>2024-09-16T13:13:43+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-12T14:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2bfeedc082af7adfbbba2f4d9e40beb49f0ceaae'/>
<id>2bfeedc082af7adfbbba2f4d9e40beb49f0ceaae</id>
<content type='text'>
By the time `cached_gem` is called, default gem cache has already been
handled. So no need to try redownload it again, it's enough to check the
cache location directly.

https://github.com/rubygems/rubygems/commit/70e10236b6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By the time `cached_gem` is called, default gem cache has already been
handled. So no need to try redownload it again, it's enough to check the
cache location directly.

https://github.com/rubygems/rubygems/commit/70e10236b6
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix incorrect standalone script when default gems with extensions are used</title>
<updated>2024-07-18T18:07:09+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-07-18T11:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c9d2343f5c331792bcf46484c8203589a13cfb3c'/>
<id>c9d2343f5c331792bcf46484c8203589a13cfb3c</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/55649cd09b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/55649cd09b
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix credentials being readded when re-resolving without a full unlock</title>
<updated>2024-06-20T07:15:06+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-06-18T11:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f7acfeb4ce9ad5235cd6e3d5a709c0dd0096b863'/>
<id>f7acfeb4ce9ad5235cd6e3d5a709c0dd0096b863</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/a8670e43f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/a8670e43f8
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Keep credentials in lockfile if they are already there</title>
<updated>2024-06-11T16:27:44+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-06-06T10:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=568132af16916b05e5bc8a643365bdc7d4906669'/>
<id>568132af16916b05e5bc8a643365bdc7d4906669</id>
<content type='text'>
So that those lockfiles still work with older Bundler versions.

https://github.com/rubygems/rubygems/commit/880275bb66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that those lockfiles still work with older Bundler versions.

https://github.com/rubygems/rubygems/commit/880275bb66
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Improve default gem handling by treating default gems as any other gem</title>
<updated>2024-05-29T13:55:25+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-05-20T11:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=939d389c549631d84e1603f89850df6aa890ab66'/>
<id>939d389c549631d84e1603f89850df6aa890ab66</id>
<content type='text'>
For backwards compatibility, make sure default gems are still used as a
last resort when materializing, in case no remote, cached, or installed
specs are found.

https://github.com/rubygems/rubygems/commit/93788f689f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For backwards compatibility, make sure default gems are still used as a
last resort when materializing, in case no remote, cached, or installed
specs are found.

https://github.com/rubygems/rubygems/commit/93788f689f
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix error messages to not mention cached gems when they were not used</title>
<updated>2024-05-24T15:02:30+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-05-22T10:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eef125fd09f71185407ba7596aeb3811437a9b54'/>
<id>eef125fd09f71185407ba7596aeb3811437a9b54</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/5ce9a7ff17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/5ce9a7ff17
</pre>
</div>
</content>
</entry>
</feed>
