<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/source/git.rb, branch v4.0.2</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] Make global_gem_cache flag to settings</title>
<updated>2025-10-10T06:27:47+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-10-10T05:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b38846db18c34213077a9efaa7b28683b42f12a3'/>
<id>b38846db18c34213077a9efaa7b28683b42f12a3</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/bfe15a4712

Co-authored-by: David Rodríguez &lt;2887858+deivid-rodriguez@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/bfe15a4712

Co-authored-by: David Rodríguez &lt;2887858+deivid-rodriguez@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Switch `cache_all` to be `true` by default</title>
<updated>2025-09-19T10:30:10+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>2887858+deivid-rodriguez@users.noreply.github.com</email>
</author>
<published>2025-09-09T17:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a4c277733b10ff1ad484689c1a256032c39cea87'/>
<id>a4c277733b10ff1ad484689c1a256032c39cea87</id>
<content type='text'>
And make it a standard setting.

https://github.com/rubygems/rubygems/commit/17e356fa94
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And make it a standard setting.

https://github.com/rubygems/rubygems/commit/17e356fa94
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove `allow_offline_install` setting</title>
<updated>2025-09-16T08:17:32+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>2887858+deivid-rodriguez@users.noreply.github.com</email>
</author>
<published>2025-09-09T17:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6b0af3135264351d0bbaaf5cf6b207a9c84b6e76'/>
<id>6b0af3135264351d0bbaaf5cf6b207a9c84b6e76</id>
<content type='text'>
And let the feature always be enabled, so I'm not sure why we'd need
this configurable.

https://github.com/rubygems/rubygems/commit/5a27f0c1e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And let the feature always be enabled, so I'm not sure why we'd need
this configurable.

https://github.com/rubygems/rubygems/commit/5a27f0c1e3
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Don't treat a git-sourced gem install as complete if only the '.git' directory is present. This recovers cases where a git-sourced install can be left in a partially installed state.</title>
<updated>2025-03-10T03:43:36+00:00</updated>
<author>
<name>Tara Bass</name>
<email>tara.bass@gusto.com</email>
</author>
<published>2025-02-27T19:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4323674fe4d697db48856292deb459f9ca923272'/>
<id>4323674fe4d697db48856292deb459f9ca923272</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/d132b7008d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/d132b7008d
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Serialize gemspec when caching git source</title>
<updated>2025-01-14T03:24:37+00:00</updated>
<author>
<name>Josh LeBlanc</name>
<email>jleblanc@hey.com</email>
</author>
<published>2025-01-10T17:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aee0277e14d9161023b45ad1cfd74dc556c8c7c4'/>
<id>aee0277e14d9161023b45ad1cfd74dc556c8c7c4</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/8727d44024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/8727d44024
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Backwards compatibility for 2.5.17-2.5.23 caches</title>
<updated>2024-11-29T15:27:40+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-26T18:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ee7ff4a12b9eefaeced9b6da52f7b21317ab595c'/>
<id>ee7ff4a12b9eefaeced9b6da52f7b21317ab595c</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/9dbfce76cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/9dbfce76cf
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Restore previous application cache format for git sources</title>
<updated>2024-11-29T15:27:39+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-22T10:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9a4d91fa9507d981a02595d1760628f74396feec'/>
<id>9a4d91fa9507d981a02595d1760628f74396feec</id>
<content type='text'>
And make sure `bundle install --local` can install from it without git.

https://github.com/rubygems/rubygems/commit/7d6b631620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And make sure `bundle install --local` can install from it without git.

https://github.com/rubygems/rubygems/commit/7d6b631620
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Check feature flag earlier</title>
<updated>2024-11-29T15:27:38+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-26T18:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2a8437a1eb54f8beedb9c1f2e2dd5001d04ca13b'/>
<id>2a8437a1eb54f8beedb9c1f2e2dd5001d04ca13b</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/33536aa61c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/33536aa61c
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove unnecessary early return</title>
<updated>2024-11-29T15:27:37+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-26T17:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=68c7e7534929aee9b3f56218560be4a7f465b1b1'/>
<id>68c7e7534929aee9b3f56218560be4a7f465b1b1</id>
<content type='text'>
These are never equal.

https://github.com/rubygems/rubygems/commit/69e369da74
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are never equal.

https://github.com/rubygems/rubygems/commit/69e369da74
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Improve naming in git sources</title>
<updated>2024-11-29T15:27:34+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-25T19:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=34f6334bca195a3aaf2e066da00afb14a510972e'/>
<id>34f6334bca195a3aaf2e066da00afb14a510972e</id>
<content type='text'>
The "revision" attribute is actually getting the revision from the
Gemfile.lock file. So I think "locked" is a better term here to avoid
confusion with the revision checked out in `vendor/cache`.

https://github.com/rubygems/rubygems/commit/ca5bdebe1f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "revision" attribute is actually getting the revision from the
Gemfile.lock file. So I think "locked" is a better term here to avoid
confusion with the revision checked out in `vendor/cache`.

https://github.com/rubygems/rubygems/commit/ca5bdebe1f
</pre>
</div>
</content>
</entry>
</feed>
