<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler, branch v3_4_1</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.2 and Bundler-2.6.2</title>
<updated>2024-12-23T22:21:10+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-23T20:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9e0eb9778d557ef59a541a65be658040951de5be'/>
<id>9e0eb9778d557ef59a541a65be658040951de5be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Bundler version to 2.6.1</title>
<updated>2024-12-18T01:05:21+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-16T20:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=64b8e2da6822273a059158138d3bb03ca8975547'/>
<id>64b8e2da6822273a059158138d3bb03ca8975547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump vendored securerandom to 0.4.1</title>
<updated>2024-12-18T01:05:21+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-16T18:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=559e9fe9905ec86374d23c1c74f79099df631427'/>
<id>559e9fe9905ec86374d23c1c74f79099df631427</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 missing `Gem::Uri.redact` on some Ruby 3.1 versions</title>
<updated>2024-12-17T17:28:18+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-17T15:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0b2f034208a1131900257a7923a71bf4e3b56a3e'/>
<id>0b2f034208a1131900257a7923a71bf4e3b56a3e</id>
<content type='text'>
Our CI did not catch this because it was testing with Ruby 3.1 patch
levels that include a RubyGems version that already has
`Gem::Uri.redact`.

We should make sure the system-rubygems workflow always tests against
the oldest supportted Ruby/RubyGems combination.

https://github.com/rubygems/rubygems/commit/3b695e3be1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our CI did not catch this because it was testing with Ruby 3.1 patch
levels that include a RubyGems version that already has
`Gem::Uri.redact`.

We should make sure the system-rubygems workflow always tests against
the oldest supportted Ruby/RubyGems combination.

https://github.com/rubygems/rubygems/commit/3b695e3be1
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Bundler version to 2.6.0</title>
<updated>2024-12-17T00:38:45+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-13T16:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=11910b26063e3f2d4adabddaf833262f6d537475'/>
<id>11910b26063e3f2d4adabddaf833262f6d537475</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 `bundle lock --add-checksums` when gems are already installed</title>
<updated>2024-12-16T19:51:16+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-13T18:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=29d3ea1e84d44335d998cadaf7cf3b45270a962e'/>
<id>29d3ea1e84d44335d998cadaf7cf3b45270a962e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/a087c452ad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/a087c452ad
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix restarting with locked version when $PROGRAM_NAME has been changed</title>
<updated>2024-12-13T14:23:30+00:00</updated>
<author>
<name>Camden Narzt</name>
<email>6243207+CamJN@users.noreply.github.com</email>
</author>
<published>2024-12-11T19:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6cde41bc52cb411a3259349b23fab2cd05789b01'/>
<id>6cde41bc52cb411a3259349b23fab2cd05789b01</id>
<content type='text'>
Use Process.argv0 instead of $PROGRAM_NAME because $PROGRAM_NAME is
liable to be changed but Process.argv0 is not.

https://github.com/rubygems/rubygems/commit/43b747dc9e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Process.argv0 instead of $PROGRAM_NAME because $PROGRAM_NAME is
liable to be changed but Process.argv0 is not.

https://github.com/rubygems/rubygems/commit/43b747dc9e
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump vendored uri to 1.0.2</title>
<updated>2024-12-13T02:29:34+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-11T18:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=71bebcf6586fd7ab58bd8c65df98852ccfba8282'/>
<id>71bebcf6586fd7ab58bd8c65df98852ccfba8282</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump vendored securerandom to 0.4.0</title>
<updated>2024-12-13T02:24:08+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-11T18:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cd460d5d8d79e31d36f7854e5043f2fdef75db4d'/>
<id>cd460d5d8d79e31d36f7854e5043f2fdef75db4d</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] Normalize CLI flag documentation and make sure all flags are documented</title>
<updated>2024-12-11T17:56:28+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-10T18:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cfb72138827863b4b1f8841cc3ff4adaba662fbf'/>
<id>cfb72138827863b4b1f8841cc3ff4adaba662fbf</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/20a834818b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/20a834818b
</pre>
</div>
</content>
</entry>
</feed>
