<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/source/git/git_proxy.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.7 and Bundler-2.6.7</title>
<updated>2025-04-09T00:54:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-04-09T00:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e580145171c16d3ca31ee0732e3ed87ff7dfd774'/>
<id>e580145171c16d3ca31ee0732e3ed87ff7dfd774</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems-3.6.6 and Bundler-2.6.6</title>
<updated>2025-04-09T00:54:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-04-09T00:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=db2bf9f078c21b9e0234a736214ed74642d9f795'/>
<id>db2bf9f078c21b9e0234a736214ed74642d9f795</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] Support git 2.49</title>
<updated>2025-03-24T04:24:30+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-03-20T17:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2efa40053917eca8f1f9ee434cef188a4486f78f'/>
<id>2efa40053917eca8f1f9ee434cef188a4486f78f</id>
<content type='text'>
One error message that we parse is now slightly different.

https://github.com/rubygems/rubygems/commit/758528791d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One error message that we parse is now slightly different.

https://github.com/rubygems/rubygems/commit/758528791d
</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] Fix old cache format detection when application is not source controlled</title>
<updated>2024-09-30T05:08:25+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-26T15:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=060932af989831f31c562781385100f196d63d4d'/>
<id>060932af989831f31c562781385100f196d63d4d</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/b2adcc0173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/b2adcc0173
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Restore support for passing relative paths to `:git`</title>
<updated>2024-08-21T14:47:57+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-08-19T19:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=669d1f79d800d554918c7d5647b73a6431920ea8'/>
<id>669d1f79d800d554918c7d5647b73a6431920ea8</id>
<content type='text'>
The `file://` protocol does not really work with relative paths and it's
not necessary anyways. So restore support for that by not using
`file://`.

https://github.com/rubygems/rubygems/commit/16a68998ce
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `file://` protocol does not really work with relative paths and it's
not necessary anyways. So restore support for that by not using
`file://`.

https://github.com/rubygems/rubygems/commit/16a68998ce
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Regeneration previous git application caches that didn't include bare repos</title>
<updated>2024-08-21T12:06:28+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-08-07T19:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=54b6025887f46b5317c6917fe8c5d630013f923a'/>
<id>54b6025887f46b5317c6917fe8c5d630013f923a</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/417319ecb1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/417319ecb1
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] move git clone depth error handling to else branch</title>
<updated>2024-05-22T06:01:51+00:00</updated>
<author>
<name>Ellen Keal</name>
<email>ekeal@mpr.org</email>
</author>
<published>2024-05-13T21:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b9b6b4d2b58dc880ddd0a9d45bddc59aee43deb'/>
<id>5b9b6b4d2b58dc880ddd0a9d45bddc59aee43deb</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/022eb473f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/022eb473f8
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] fix for gems not downloading from git via http</title>
<updated>2024-05-22T06:01:50+00:00</updated>
<author>
<name>Ellen Keal</name>
<email>ekeal@mpr.org</email>
</author>
<published>2024-05-10T20:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ec9de0c4717b2942edba560b510a170f812a2f2c'/>
<id>ec9de0c4717b2942edba560b510a170f812a2f2c</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/592a2fcd54
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/592a2fcd54
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Use rubygems vendored uri from Bundler when available</title>
<updated>2024-01-29T03:15:10+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-01-15T19:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f3123f8af2c79d3e40719865fc3700277fe1ae72'/>
<id>f3123f8af2c79d3e40719865fc3700277fe1ae72</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/5d6a8f2fb4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/5d6a8f2fb4
</pre>
</div>
</content>
</entry>
</feed>
