<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/Rakefile, branch normalize_bundle_cache</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>Document man:{build,check} tasks when ronn not installed</title>
<updated>2019-10-20T15:01:17+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-10-19T19:13:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=af1922a8bdaea97db2ed9405ef7d5e666f253f72'/>
<id>af1922a8bdaea97db2ed9405ef7d5e666f253f72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump vendored fileutils to 1.3.0</title>
<updated>2019-10-04T07:10:43+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-10-04T07:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=eaa81493098235b946b30be676e0a44cb4836cc9'/>
<id>eaa81493098235b946b30be676e0a44cb4836cc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistenly use the default RSpec formatter</title>
<updated>2019-09-23T20:38:46+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-23T20:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=789d18141660b4dabe692908bd6bcb588cc67379'/>
<id>789d18141660b4dabe692908bd6bcb588cc67379</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove no longer needed rubygems update</title>
<updated>2019-09-19T14:06:51+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-13T17:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=390832fcd17f0bedb6198b9ee71a0a240e171670'/>
<id>390832fcd17f0bedb6198b9ee71a0a240e171670</id>
<content type='text'>
We never use system rubygems anymore. Always the local clone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We never use system rubygems anymore. Always the local clone.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace `with_rubygems` script</title>
<updated>2019-09-19T14:02:47+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-18T08:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=6a7da1cc9a59cd7e1399f28b5398f1223b89c56a'/>
<id>6a7da1cc9a59cd7e1399f28b5398f1223b89c56a</id>
<content type='text'>
Instead, use a better rubygems version manager that makes sure that
`ENV["RGV"]` usage is always applied, and its usage is centralized at a
single place.

This simplifies the rake task organization and makes it much simpler to
run locally exactly what's run in CI. For example, since it doesn't rely
on the `RGV` being deleted for subsequent subprocesses, it also running
`bin/rake spec:travis` task locally which previously would lead to

```
rake aborted!

RubyGems version is required on Travis!
```

It also reduces duplication making it so that we only need to change the
`.travis.yml` file when updating tested rubies, and not the `Rakefile`
as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead, use a better rubygems version manager that makes sure that
`ENV["RGV"]` usage is always applied, and its usage is centralized at a
single place.

This simplifies the rake task organization and makes it much simpler to
run locally exactly what's run in CI. For example, since it doesn't rely
on the `RGV` being deleted for subsequent subprocesses, it also running
`bin/rake spec:travis` task locally which previously would lead to

```
rake aborted!

RubyGems version is required on Travis!
```

It also reduces duplication making it so that we only need to change the
`.travis.yml` file when updating tested rubies, and not the `Rakefile`
as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use '--progress' RSpec format by default</title>
<updated>2019-09-15T13:32:04+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-13T11:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=4398657a33113d2b8add71f38e128b323a81c733'/>
<id>4398657a33113d2b8add71f38e128b323a81c733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7342</title>
<updated>2019-09-09T11:42:18+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-09-09T11:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=48cb4eca964dc05b68f1c8fa2d83838da21ca182'/>
<id>48cb4eca964dc05b68f1c8fa2d83838da21ca182</id>
<content type='text'>
7342: Start using automatiek 0.3.0 r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was that I added a feature to automatiek to vendor subdependencies, but we were not using it because it had not yet been released.

### What is your fix for the problem, implemented in this PR?

My fix is to start using the feature now that it has been released.

### Why did you choose this fix out of the possible options?

I chose this fix because it allows us to manage the `net-http-persistent` dependency in an easier way.

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>
7342: Start using automatiek 0.3.0 r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was that I added a feature to automatiek to vendor subdependencies, but we were not using it because it had not yet been released.

### What is your fix for the problem, implemented in this PR?

My fix is to start using the feature now that it has been released.

### Why did you choose this fix out of the possible options?

I chose this fix because it allows us to manage the `net-http-persistent` dependency in an easier way.

Co-authored-by: David Rodríguez &lt;deivid.rodriguez@riseup.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Start using automatiek 0.3.0</title>
<updated>2019-09-04T07:33:29+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-04T07:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8092f48a5aed25e83271b11f8f49dfb64cf65462'/>
<id>8092f48a5aed25e83271b11f8f49dfb64cf65462</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Give a better error on a release failure case</title>
<updated>2019-08-28T00:55:20+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-28T00:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=e7621981558060afd69666c52ab8b8e3507340a6'/>
<id>e7621981558060afd69666c52ab8b8e3507340a6</id>
<content type='text'>
If you don't have `ronn` installed, the `man:check` task will fail but
it won't let you know the exact reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you don't have `ronn` installed, the `man:check` task will fail but
it won't let you know the exact reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't (yet) enable parallelization in CI</title>
<updated>2019-08-21T11:59:40+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-21T11:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=636a3eee2f7cdd28917f19d6d14611800f745d7a'/>
<id>636a3eee2f7cdd28917f19d6d14611800f745d7a</id>
<content type='text'>
Since it still has issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it still has issues.
</pre>
</div>
</content>
</entry>
</feed>
