<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/plugin/installer.rb, 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] Move error handling to right behind the option</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-16T17:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9dedfb60d596ab7e34f5613650fed10963a24e21'/>
<id>9dedfb60d596ab7e34f5613650fed10963a24e21</id>
<content type='text'>
This is where error handling happens in all the other options, so it's
where we'll look when we completely remove error handling for these
removed CLI flags in the next major.

https://github.com/rubygems/rubygems/commit/40d660c607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is where error handling happens in all the other options, so it's
where we'll look when we completely remove error handling for these
removed CLI flags in the next major.

https://github.com/rubygems/rubygems/commit/40d660c607
</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] Most of the times, eagerly resolving is not necessary</title>
<updated>2024-11-25T18:14:31+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-20T12:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c215e95572d0e4f2b682634fd7ed8c8418e07eb1'/>
<id>c215e95572d0e4f2b682634fd7ed8c8418e07eb1</id>
<content type='text'>
All we need is to setup remote or local sources appropriately.

https://github.com/rubygems/rubygems/commit/3ceff46a2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All we need is to setup remote or local sources appropriately.

https://github.com/rubygems/rubygems/commit/3ceff46a2a
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix installing plugins via relative paths</title>
<updated>2024-04-11T19:35:28+00:00</updated>
<author>
<name>Cody Cutrer</name>
<email>cody@instructure.com</email>
</author>
<published>2024-04-11T16:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c5e661b1d720cf5452c3fd5264b73063ca9c4515'/>
<id>c5e661b1d720cf5452c3fd5264b73063ca9c4515</id>
<content type='text'>
This affected both CLI and Gemfile installs

https://github.com/rubygems/rubygems/commit/a0d101a8df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This affected both CLI and Gemfile installs

https://github.com/rubygems/rubygems/commit/a0d101a8df
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Allow installing plugins from path via CLI</title>
<updated>2024-03-27T11:34:46+00:00</updated>
<author>
<name>Cody Cutrer</name>
<email>cody@instructure.com</email>
</author>
<published>2023-09-14T17:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=44b5c912daae6d4e6dba6e40f13a2840c144cfa8'/>
<id>44b5c912daae6d4e6dba6e40f13a2840c144cfa8</id>
<content type='text'>
Also bring the man page up to date.

https://github.com/rubygems/rubygems/commit/a849bd6947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also bring the man page up to date.

https://github.com/rubygems/rubygems/commit/a849bd6947
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Improve validation of `bundle plugin install` options</title>
<updated>2024-03-25T14:25:46+00:00</updated>
<author>
<name>Cody Cutrer</name>
<email>cody@instructure.com</email>
</author>
<published>2023-10-09T17:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=552647175e8319aa7cc117d418f35ed761fdb822'/>
<id>552647175e8319aa7cc117d418f35ed761fdb822</id>
<content type='text'>
Ensure only one source type is specified, and ensure options that
are only relevant to git sources are only specified with git.

https://github.com/rubygems/rubygems/commit/58b043215e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure only one source type is specified, and ensure options that
are only relevant to git sources are only specified with git.

https://github.com/rubygems/rubygems/commit/58b043215e
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Deprecate `bundle plugin install --local-git=`</title>
<updated>2024-03-18T11:42:37+00:00</updated>
<author>
<name>Cody Cutrer</name>
<email>cody@instructure.com</email>
</author>
<published>2023-10-09T17:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cb029fa4e8d2e8778f7a7b911bc7f0a0bd675524'/>
<id>cb029fa4e8d2e8778f7a7b911bc7f0a0bd675524</id>
<content type='text'>
It's the exact same implementation as --git

https://github.com/rubygems/rubygems/commit/18eb2418c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's the exact same implementation as --git

https://github.com/rubygems/rubygems/commit/18eb2418c6
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Use modern hashes consistently</title>
<updated>2023-12-07T22:29:33+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2023-12-07T21:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2755cb1b2fbc4a5f08ca56345b5945bd452da74e'/>
<id>2755cb1b2fbc4a5f08ca56345b5945bd452da74e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/bb66253f2c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/bb66253f2c
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix installing plugins in frozen mode</title>
<updated>2023-03-28T06:25:42+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2023-03-24T15:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4d4743f7e35ea9d97cde10c9ca6fc35ac568bdb1'/>
<id>4d4743f7e35ea9d97cde10c9ca6fc35ac568bdb1</id>
<content type='text'>
Plugins don't use a lockfile, so ignore frozen related settings.

https://github.com/rubygems/rubygems/commit/f17a3bb81f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Plugins don't use a lockfile, so ignore frozen related settings.

https://github.com/rubygems/rubygems/commit/f17a3bb81f
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems-3.3.0 and Bundler-2.3.0</title>
<updated>2021-12-21T06:27:05+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-12-21T05:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=69dc2ea46538f47ff5edda3bb16863034bd19069'/>
<id>69dc2ea46538f47ff5edda3bb16863034bd19069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
