<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/man/bundle-exec.1.ronn, 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>[rubygems/rubygems] Removed obsoleted option from bundle-exec manpages</title>
<updated>2025-10-15T07:15:50+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-10-15T05:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=51b2c5a4cd8d1a26f25767366e95391b9de203b5'/>
<id>51b2c5a4cd8d1a26f25767366e95391b9de203b5</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/6a3342541a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/6a3342541a
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methods</title>
<updated>2025-03-03T06:52:35+00:00</updated>
<author>
<name>Michael Chui</name>
<email>saraid216@gmail.com</email>
</author>
<published>2025-02-28T00:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fdf1076ef9dd438f27fddd51e771d18c9ae7d045'/>
<id>fdf1076ef9dd438f27fddd51e771d18c9ae7d045</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/3b4934fb69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/3b4934fb69
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Add missing `--gemfile` flag to exec, lock, and update command's help</title>
<updated>2024-12-11T17:56:24+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-12-10T18:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=443319de3542a21e7aa2603ff0f0d46759db6089'/>
<id>443319de3542a21e7aa2603ff0f0d46759db6089</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/418dfbf373
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/418dfbf373
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Update man page for bundle exec to reflect default flag value</title>
<updated>2023-10-06T05:38:21+00:00</updated>
<author>
<name>Manu</name>
<email>git@manuraj.dev</email>
</author>
<published>2023-10-04T12:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6a0c13c1d61a3afabc8b5e7874d92a7117e63ede'/>
<id>6a0c13c1d61a3afabc8b5e7874d92a7117e63ede</id>
<content type='text'>
`--keep-file-descriptors` is true by default.

https://github.com/rubygems/rubygems/commit/b28e88e228
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`--keep-file-descriptors` is true by default.

https://github.com/rubygems/rubygems/commit/b28e88e228
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Update bundle-exec man page for  with_unbundled_env</title>
<updated>2023-01-20T13:06:58+00:00</updated>
<author>
<name>Josh Nichols</name>
<email>josh@technicalpickles.com</email>
</author>
<published>2023-01-18T14:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0cc91871a81aeb3152fcb72b5a50bcee2f7d03b0'/>
<id>0cc91871a81aeb3152fcb72b5a50bcee2f7d03b0</id>
<content type='text'>
`with_clean_env` has been deprecated in `with_unbundled_env`. It already generates a deprecation warning when it uses, but this man page was still referring to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`with_clean_env` has been deprecated in `with_unbundled_env`. It already generates a deprecation warning when it uses, but this man page was still referring to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Bundler: update command example in bundle-exec(1)</title>
<updated>2022-07-22T15:24:37+00:00</updated>
<author>
<name>Takuya Noguchi</name>
<email>takninnovationresearch@gmail.com</email>
</author>
<published>2022-07-22T11:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d77633a6952dc081b4901daf903b064fb8e26c24'/>
<id>d77633a6952dc081b4901daf903b064fb8e26c24</id>
<content type='text'>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;

https://github.com/rubygems/rubygems/commit/28bf5c8b33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;

https://github.com/rubygems/rubygems/commit/28bf5c8b33
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge prepare version of Bundler 2.2.0</title>
<updated>2020-12-08T08:30:02+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-12-08T07:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=473f9d2df0ddd7fdb5cc73fa3ad49b2f19f22b06'/>
<id>473f9d2df0ddd7fdb5cc73fa3ad49b2f19f22b06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
