<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/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>[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>[rubygems/rubygems] Add note about why we don't use `Open3`</title>
<updated>2024-12-13T02:20:44+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-12T16:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3a3286776202afba483322d8c7757f70519f154f'/>
<id>3a3286776202afba483322d8c7757f70519f154f</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/72316ed2fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/72316ed2fa
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] No need for `--quiet` since we hide output by default</title>
<updated>2024-12-13T02:20:44+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-12T16:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4fe134fab98e5530eb418a3be42c302f93025c9b'/>
<id>4fe134fab98e5530eb418a3be42c302f93025c9b</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/77133a23f5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/77133a23f5
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Don't print a bunch of blank lines when setting up dependencies</title>
<updated>2024-12-13T02:20:43+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-11T19:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=706cabb135de0983711286588394623184331288'/>
<id>706cabb135de0983711286588394623184331288</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/48fd2d0514
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/48fd2d0514
</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>
<entry>
<title>[rubygems/rubygems] Add missing man pages for `bundle env` and `bundle licenses` commands</title>
<updated>2024-12-11T16:18:12+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-11T14:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b37ab8c1232f1ae3b43050f574fdb771a1dedc5c'/>
<id>b37ab8c1232f1ae3b43050f574fdb771a1dedc5c</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/6e1a515d58
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/6e1a515d58
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Rework `Bundler.which` tests</title>
<updated>2024-12-04T08:35:00+00:00</updated>
<author>
<name>sodacris</name>
<email>wjxa20152015@gmail.com</email>
</author>
<published>2024-12-02T02:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4d460944c777b55882dad4c487dfe0a84ca71be1'/>
<id>4d460944c777b55882dad4c487dfe0a84ca71be1</id>
<content type='text'>
Refactor to use real test cases rather than mock.

Add relative path tests wich `Dir.chdir`.

https://github.com/rubygems/rubygems/commit/ed556a0a53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor to use real test cases rather than mock.

Add relative path tests wich `Dir.chdir`.

https://github.com/rubygems/rubygems/commit/ed556a0a53
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] allow `bat` files to be created alongside with script files on Windows</title>
<updated>2024-12-04T08:35:00+00:00</updated>
<author>
<name>sodacris</name>
<email>wjxa20152015@gmail.com</email>
</author>
<published>2024-12-02T02:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=55f2917cfda6a792e4e24e8b2b98e55ff4a400fd'/>
<id>55f2917cfda6a792e4e24e8b2b98e55ff4a400fd</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/ed5b847f03
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/ed5b847f03
</pre>
</div>
</content>
</entry>
</feed>
