<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/plugin/installer.rb, branch v3_4_9</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] 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>
<entry>
<title>[rubygems/rubygems] Fix `bundle plugin install` misdetection of installed versions</title>
<updated>2021-08-31T10:06:14+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2021-08-21T18:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c119dd2b5a0466ba317c2b5981c686355d7e3b6e'/>
<id>c119dd2b5a0466ba317c2b5981c686355d7e3b6e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/9c88db949d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/9c88db949d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9</title>
<updated>2021-07-14T01:48:07+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-07-13T11:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=896bbb9fadd10e1ad06ff3fd7d0608acda01ac06'/>
<id>896bbb9fadd10e1ad06ff3fd7d0608acda01ac06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
