<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/bundler/plugins/install_spec.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>Synchronize Bundler &amp; RubyGems (#11071)</title>
<updated>2024-06-28T14:12:29+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-06-28T14:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98c923ff4bbeeb4a8f9f63ea2695a38471da42c2'/>
<id>98c923ff4bbeeb4a8f9f63ea2695a38471da42c2</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 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 https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c6017c27b5da8a8dc</title>
<updated>2022-09-05T05:37:12+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-09-05T00:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3eca1e438db6fabaa7cd5e5a7120da147ac0ec26'/>
<id>3eca1e438db6fabaa7cd5e5a7120da147ac0ec26</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>[rubygems/rubygems] Make plugin installation idempotent</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-19T09:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f934096638ec5850b65e45dc7230900107441288'/>
<id>f934096638ec5850b65e45dc7230900107441288</id>
<content type='text'>
The error had not be caught be specs because `bundle install` was
returning a zero exit code when plugin installation errors happened. So
I fixed that issue too.

https://github.com/rubygems/rubygems/commit/90cde87856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The error had not be caught be specs because `bundle install` was
returning a zero exit code when plugin installation errors happened. So
I fixed that issue too.

https://github.com/rubygems/rubygems/commit/90cde87856
</pre>
</div>
</content>
</entry>
</feed>
