<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/man, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/rubygems] Document Phase 2 override DSL extensions in gemfile.5</title>
<updated>2026-05-08T06:43:44+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-05-08T03:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0d5a5a613fc4c77586166e2a663315b083a0a451'/>
<id>0d5a5a613fc4c77586166e2a663315b083a0a451</id>
<content type='text'>
Update the OVERRIDE section to cover the :all target, the
required_ruby_version / required_rubygems_version fields, and the
diagnostic shown on resolve failure.

https://github.com/ruby/rubygems/commit/ac90c83b1b

Co-Authored-By: Claude Opus 4.7 (1M context) &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the OVERRIDE section to cover the :all target, the
required_ruby_version / required_rubygems_version fields, and the
diagnostic shown on resolve failure.

https://github.com/ruby/rubygems/commit/ac90c83b1b

Co-Authored-By: Claude Opus 4.7 (1M context) &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Switch bundle add to use optimistic versioning by default</title>
<updated>2026-05-08T06:39:01+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2026-05-03T04:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ee9e92082784761849b4f9d5244af22c3bf407ba'/>
<id>ee9e92082784761849b4f9d5244af22c3bf407ba</id>
<content type='text'>
Add the recent developer meeting, we discussed switching from using
pessimistic versioning by default to using optimistic versioning by
default. This is the a step in that direction. It makes bundle add
without a explicit version given to use &gt;= (optimistic) instead of
~&gt; (pessimistic).

With this, the bundle add --optimistic option is now ignored, since
the behavior is now the default. This add a --pessimistic option to
set a pessimistic version.

https://github.com/ruby/rubygems/commit/eed378086b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the recent developer meeting, we discussed switching from using
pessimistic versioning by default to using optimistic versioning by
default. This is the a step in that direction. It makes bundle add
without a explicit version given to use &gt;= (optimistic) instead of
~&gt; (pessimistic).

With this, the bundle add --optimistic option is now ignored, since
the behavior is now the default. This add a --pessimistic option to
set a pessimistic version.

https://github.com/ruby/rubygems/commit/eed378086b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Document the override DSL in gemfile.5.ronn</title>
<updated>2026-05-07T09:24:55+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-05-01T03:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ddabda72215c93af76f9fcc3c79660072833e683'/>
<id>ddabda72215c93af76f9fcc3c79660072833e683</id>
<content type='text'>
Add an OVERRIDE section between GEMSPEC and SOURCE PRIORITY that
covers the syntax, the three operations (version spec string,
:ignore_upper, nil), and the lockfile-vs-resolution boundary.

https://github.com/ruby/rubygems/commit/275cbcaef3

Co-Authored-By: Claude Opus 4.7 (1M context) &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an OVERRIDE section between GEMSPEC and SOURCE PRIORITY that
covers the syntax, the three operations (version spec string,
:ignore_upper, nil), and the lockfile-vs-resolution boundary.

https://github.com/ruby/rubygems/commit/275cbcaef3

Co-Authored-By: Claude Opus 4.7 (1M context) &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Point recovery instructions at bundle pristine under Bundler</title>
<updated>2026-04-24T00:44:32+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-04-16T09:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=11e0e7ccdc5f00813c07569a0b304991099f9344'/>
<id>11e0e7ccdc5f00813c07569a0b304991099f9344</id>
<content type='text'>
gem pristine does not reach gems that Bundler installed under
BUNDLE_PATH, so the guidance emitted when no_build_extension or
no_install_plugin is set needs a Bundler-native equivalent. Override
warn_skipped_extensions and warn_skipped_plugins in
RubyGemsGemInstaller so they advise unsetting the matching Bundler
setting and running bundle pristine, and update the bundle-config
man page to match.

https://github.com/ruby/rubygems/commit/8549874e53

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gem pristine does not reach gems that Bundler installed under
BUNDLE_PATH, so the guidance emitted when no_build_extension or
no_install_plugin is set needs a Bundler-native equivalent. Override
warn_skipped_extensions and warn_skipped_plugins in
RubyGemsGemInstaller so they advise unsetting the matching Bundler
setting and running bundle pristine, and update the bundle-config
man page to match.

https://github.com/ruby/rubygems/commit/8549874e53

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Document no_build_extension and no_install_plugin settings in bundle-config</title>
<updated>2026-04-24T00:44:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-04-13T00:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c6166528204674cc0c517de1b7afa79a40e0bdab'/>
<id>c6166528204674cc0c517de1b7afa79a40e0bdab</id>
<content type='text'>
The quality spec requires all Bundler settings to be documented in
the bundle-config man page.

https://github.com/ruby/rubygems/commit/48d494326f

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The quality spec requires all Bundler settings to be documented in
the bundle-config man page.

https://github.com/ruby/rubygems/commit/48d494326f

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Update man pages date</title>
<updated>2026-04-10T15:42:14+00:00</updated>
<author>
<name>Edouard CHIN</name>
<email>chin.edouard@gmail.com</email>
</author>
<published>2026-04-10T15:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=678b2c1a619a02cf774325bf954c78ec21b32b01'/>
<id>678b2c1a619a02cf774325bf954c78ec21b32b01</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/087625017a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/087625017a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] fix formatting for BUNDLE_PREFER_PATCH variable in man page</title>
<updated>2026-04-10T15:42:14+00:00</updated>
<author>
<name>Ivan Kuchin</name>
<email>tadump+git@gmail.com</email>
</author>
<published>2026-04-10T13:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2183633981fa49728b507940736dad16e7381116'/>
<id>2183633981fa49728b507940736dad16e7381116</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/5bdf29f86c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/5bdf29f86c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Fix typos in comments and documentation</title>
<updated>2026-04-08T05:39:57+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-04-08T04:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=42b74bdb2058217859b665b842460dee18879654'/>
<id>42b74bdb2058217859b665b842460dee18879654</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/72bdf54b6d

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/72bdf54b6d

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Update the `bundle config --help` man page:</title>
<updated>2026-03-18T10:55:45+00:00</updated>
<author>
<name>Edouard CHIN</name>
<email>chin.edouard@gmail.com</email>
</author>
<published>2026-03-17T12:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=45dbc5a4a24cac30771b8c8353abbbfd35fa86b8'/>
<id>45dbc5a4a24cac30771b8c8353abbbfd35fa86b8</id>
<content type='text'>
- Clarify what `BUNDLE_JOB` is used for and that it affects the
  number of parallel downloads.

https://github.com/ruby/rubygems/commit/36f572b4db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Clarify what `BUNDLE_JOB` is used for and that it affects the
  number of parallel downloads.

https://github.com/ruby/rubygems/commit/36f572b4db
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Update the man pages header to be in sync with the config one</title>
<updated>2026-03-04T02:24:52+00:00</updated>
<author>
<name>Edouard CHIN</name>
<email>chin.edouard@gmail.com</email>
</author>
<published>2026-03-02T23:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f604d1a879454f8cc807e31f65ee230327aae9de'/>
<id>f604d1a879454f8cc807e31f65ee230327aae9de</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/77def7f4e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/77def7f4e0
</pre>
</div>
</content>
</entry>
</feed>
