<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/lib/bundler/source, branch parallelize_again</title>
<subtitle>github.com: bundler/bundler.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/'/>
<entry>
<title>Use vendorized version of uri library</title>
<updated>2019-12-08T13:32:13+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-26T10:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=97b7bbc402043d6bc6ac0c8c76203de980bf7d3b'/>
<id>97b7bbc402043d6bc6ac0c8c76203de980bf7d3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This `require` seems unneeded</title>
<updated>2019-12-08T13:16:08+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-12-06T15:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=0490f161c6b027c700b5e15f80aa4ad7b7e5cc0a'/>
<id>0490f161c6b027c700b5e15f80aa4ad7b7e5cc0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lazily load uri</title>
<updated>2019-12-08T13:11:51+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-26T09:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=61b74aecc9eec4e43f9fcfe73a008b03f7d5e4f1'/>
<id>61b74aecc9eec4e43f9fcfe73a008b03f7d5e4f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7455</title>
<updated>2019-11-26T23:18:38+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-11-26T23:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=2a5378c8c50773b6f8974eb4914894c7c5bd766b'/>
<id>2a5378c8c50773b6f8974eb4914894c7c5bd766b</id>
<content type='text'>
7455: Lazily load `open3` r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was `open3` will be gemified in ruby 2.7, and since we use it inside `bundler`, we might activate a version causing a conflict with the user's choice.

### What was your diagnosis of the problem?

My diagnosis was that only loading it when needed should be better.

### What is your fix for the problem, implemented in this PR?

My fix is to lazily load it.

I expect this PR to fix [some of the errors](https://travis-ci.org/bundler/bundler/jobs/615940817) currently happening in our CI against ruby-head.

Co-authored-by: David Rodríguez &lt;deivid.rodriguez@riseup.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7455: Lazily load `open3` r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was `open3` will be gemified in ruby 2.7, and since we use it inside `bundler`, we might activate a version causing a conflict with the user's choice.

### What was your diagnosis of the problem?

My diagnosis was that only loading it when needed should be better.

### What is your fix for the problem, implemented in this PR?

My fix is to lazily load it.

I expect this PR to fix [some of the errors](https://travis-ci.org/bundler/bundler/jobs/615940817) currently happening in our CI against ruby-head.

Co-authored-by: David Rodríguez &lt;deivid.rodriguez@riseup.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Lazily load `open3`</title>
<updated>2019-11-26T21:27:17+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-26T21:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=aac6e6da67395178edb34ed9fd0cd6279f8cc579'/>
<id>aac6e6da67395178edb34ed9fd0cd6279f8cc579</id>
<content type='text'>
Since it's a default gem now, it's better to load it as late as
possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it's a default gem now, it's better to load it as late as
possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add :glob to git source uniqueness</title>
<updated>2019-11-21T12:56:44+00:00</updated>
<author>
<name>fatkodima</name>
<email>fatkodima123@gmail.com</email>
</author>
<published>2019-11-02T23:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=5c93791cf06e324e87875b6b25ee1baf0705dcf9'/>
<id>5c93791cf06e324e87875b6b25ee1baf0705dcf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7423</title>
<updated>2019-11-09T10:56:35+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-11-09T10:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=cfacb05ed43db03a5214d85baed0ed3231550920'/>
<id>cfacb05ed43db03a5214d85baed0ed3231550920</id>
<content type='text'>
7423: Ignore local overrides for bundle pristine r=deivid-rodriguez a=fatkodima

Closes #6836

Co-authored-by: fatkodima &lt;fatkodima123@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7423: Ignore local overrides for bundle pristine r=deivid-rodriguez a=fatkodima

Closes #6836

Co-authored-by: fatkodima &lt;fatkodima123@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unnecessary `tempfile` require</title>
<updated>2019-11-06T11:16:01+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-06T11:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=dcf9d21d1ad8f0a59433c630f4ab4aeadd722eff'/>
<id>dcf9d21d1ad8f0a59433c630f4ab4aeadd722eff</id>
<content type='text'>
The `tempfile` dependency was dropped in [1], but the require was left
in there. This could cause gem conflicts because `tempfile` requires
`tmpdir` which requires `fileutils`, which loads the default gem instead
of our namespaced version, and that could cause fileutils version
mismatches and code overriding warnings.

[1]: https://github.com/bundler/bundler/commit/4a37d66f3f222739178d798b30fb135f2429fe45
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `tempfile` dependency was dropped in [1], but the require was left
in there. This could cause gem conflicts because `tempfile` requires
`tmpdir` which requires `fileutils`, which loads the default gem instead
of our namespaced version, and that could cause fileutils version
mismatches and code overriding warnings.

[1]: https://github.com/bundler/bundler/commit/4a37d66f3f222739178d798b30fb135f2429fe45
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore local overrides for bundle pristine</title>
<updated>2019-11-05T22:53:01+00:00</updated>
<author>
<name>fatkodima</name>
<email>fatkodima123@gmail.com</email>
</author>
<published>2019-11-05T22:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=e77bc666db3c6193f8ff9f8cf7b2572ced2092ab'/>
<id>e77bc666db3c6193f8ff9f8cf7b2572ced2092ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only untaint strings on Ruby &lt;2.7</title>
<updated>2019-10-18T22:06:01+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-18T21:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8b1b7c199224a10c44c869654f061560852a3795'/>
<id>8b1b7c199224a10c44c869654f061560852a3795</id>
<content type='text'>
Ruby 2.7 deprecates taint and it no longer has an effect.
This attempts to leave the behavior the same on older
Ruby versions, but avoid the use of untaint on Ruby 2.7+.

See https://bugs.ruby-lang.org/issues/16131 for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby 2.7 deprecates taint and it no longer has an effect.
This attempts to leave the behavior the same on older
Ruby versions, but avoid the use of untaint on Ruby 2.7+.

See https://bugs.ruby-lang.org/issues/16131 for details.
</pre>
</div>
</content>
</entry>
</feed>
