<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/man/bundle-plugin.1, branch v4.0.3</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/Bundler 4.0.6</title>
<updated>2026-02-10T01:38:24+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-02-10T01:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e025c839ac71b609bb50ff74352f9a11cd164c3c'/>
<id>e025c839ac71b609bb50ff74352f9a11cd164c3c</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] Make `--local-git` flag to `bundle plugin install` raise an error</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:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=127a8c0bd3cac022997efd18ce6747698c379d53'/>
<id>127a8c0bd3cac022997efd18ce6747698c379d53</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/8bfe317e6d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/8bfe317e6d
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Complete remembered options removal</title>
<updated>2025-09-11T02:54:49+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>2887858+deivid-rodriguez@users.noreply.github.com</email>
</author>
<published>2025-09-09T12:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ecd1284bf246ae739890d154706f4f533bc8d77e'/>
<id>ecd1284bf246ae739890d154706f4f533bc8d77e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/573ffad3ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/573ffad3ea
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Improve `bundle plugin` documentation</title>
<updated>2025-08-18T03:31:51+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-08-11T18:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4a3a544d53a4058339787b7e11138d29d3c900a7'/>
<id>4a3a544d53a4058339787b7e11138d29d3c900a7</id>
<content type='text'>
Make synopsis, subcommands, and CLI flags use a format consistent with
the other docs, and also reword some sentences for clarify.

https://github.com/rubygems/rubygems/commit/9272169ad0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make synopsis, subcommands, and CLI flags use a format consistent with
the other docs, and also reword some sentences for clarify.

https://github.com/rubygems/rubygems/commit/9272169ad0
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Improve `bundle config` documentation</title>
<updated>2025-08-18T03:31:51+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-08-11T17:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=12c200a78fa525375b3695c7cad97e3013a7de66'/>
<id>12c200a78fa525375b3695c7cad97e3013a7de66</id>
<content type='text'>
For synopsis, subcommand and flag documentation like other commands do.

https://github.com/rubygems/rubygems/commit/f528029756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For synopsis, subcommand and flag documentation like other commands do.

https://github.com/rubygems/rubygems/commit/f528029756
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Document missing options from man pages:</title>
<updated>2025-07-25T02:10:42+00:00</updated>
<author>
<name>Edouard CHIN</name>
<email>chin.edouard@gmail.com</email>
</author>
<published>2025-07-24T12:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=da3c47bcfc47c647d265de66a4cbc61b35f4c00b'/>
<id>da3c47bcfc47c647d265de66a4cbc61b35f4c00b</id>
<content type='text'>
- The `bundle plugin uninstall --all` was missing.
- The `bundle plugin install --local-git` was missing due to being
  deprecated. We decided to reintroduce the doc for more clarity.

https://github.com/rubygems/rubygems/commit/4da252945c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- The `bundle plugin uninstall --all` was missing.
- The `bundle plugin install --local-git` was missing due to being
  deprecated. We decided to reintroduce the doc for more clarity.

https://github.com/rubygems/rubygems/commit/4da252945c
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove `auto_clean_without_path` setting</title>
<updated>2025-07-07T02:52:58+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-07-02T06:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fef00519263ae2463a63981e2032d987440babf3'/>
<id>fef00519263ae2463a63981e2032d987440babf3</id>
<content type='text'>
There already different ways of toggling off this behavior, like setting
`bundle config clean false`, or configuring Bundler to install to system
gems with `bundle config path.system true`.

https://github.com/rubygems/rubygems/commit/6daa09f60a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There already different ways of toggling off this behavior, like setting
`bundle config clean false`, or configuring Bundler to install to system
gems with `bundle config path.system true`.

https://github.com/rubygems/rubygems/commit/6daa09f60a
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Update man pages month</title>
<updated>2025-06-11T23:40:50+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-06-11T13:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ca7bd597949d7525f3bcfe390805d47914f37e4f'/>
<id>ca7bd597949d7525f3bcfe390805d47914f37e4f</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/3e4687616a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/3e4687616a
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Clarify how BUNDLE_DEPLOYMENT, BUNDLE_FROZEN and BUNDLE_PATH are connected</title>
<updated>2025-06-02T22:47:14+00:00</updated>
<author>
<name>Matthew Hively</name>
<email>matthewhively@viz.com</email>
</author>
<published>2025-05-22T18:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f4a5247ce4d5e9a764f884ad304970044ce29793'/>
<id>f4a5247ce4d5e9a764f884ad304970044ce29793</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/9ed20bddab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/9ed20bddab
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Bring man pages up to date</title>
<updated>2025-03-03T06:52:35+00:00</updated>
<author>
<name>Josef Šimánek</name>
<email>josef.simanek@gmail.com</email>
</author>
<published>2025-03-01T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=29e3ee056819049580f8d599624bc70265ac251f'/>
<id>29e3ee056819049580f8d599624bc70265ac251f</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/591d2c0503
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/591d2c0503
</pre>
</div>
</content>
</entry>
</feed>
