<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git, 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>Normalize "bundle cache" vs "bundle package"</title>
<updated>2019-10-20T15:49:14+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-10-20T11:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=c9f6d2b4c5e540ba6a165c7a58432bf0081a7e32'/>
<id>c9f6d2b4c5e540ba6a165c7a58432bf0081a7e32</id>
<content type='text'>
Use the preferred `bundle cache` everywhere, but leave package as an
alias.

Remove duplicated tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the preferred `bundle cache` everywhere, but leave package as an
alias.

Remove duplicated tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mentions to bundler history in docs</title>
<updated>2019-10-20T15:36:04+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-10-19T19:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=c15f4a67432be1c125a606016c1db0fbdfe7f665'/>
<id>c15f4a67432be1c125a606016c1db0fbdfe7f665</id>
<content type='text'>
I don't think we need to keep this information in our docs. Users should
read docs for the version they're using and the history of bundler
distract her from the point of the docs, in my opinion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't think we need to keep this information in our docs. Users should
read docs for the version they're using and the history of bundler
distract her from the point of the docs, in my opinion.
</pre>
</div>
</content>
</entry>
<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>Merge #7385</title>
<updated>2019-10-20T02:53:24+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-10-20T02:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=fcb0fef62096bd8d64383f5bbfa584ce77f40fd8'/>
<id>fcb0fef62096bd8d64383f5bbfa584ce77f40fd8</id>
<content type='text'>
7385: Remove taint usage on Ruby 2.7+ r=hsbt a=jeremyevans

### What was the end-user problem that led to this PR?

Ruby 2.7 is deprecating taint support. 

See https://bugs.ruby-lang.org/issues/16131 for details.

### What was your diagnosis of the problem?

Bundler still uses `untaint` in a few places, which will cause deprecation warnings on Ruby 2.7.

### What is your fix for the problem, implemented in this PR?

`s/\.untaint/.tap{|x| x.untaint if RUBY_VERSION &lt; "2.7" }/g`

### Why did you choose this fix out of the possible options?

It seemed simplest.


Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7385: Remove taint usage on Ruby 2.7+ r=hsbt a=jeremyevans

### What was the end-user problem that led to this PR?

Ruby 2.7 is deprecating taint support. 

See https://bugs.ruby-lang.org/issues/16131 for details.

### What was your diagnosis of the problem?

Bundler still uses `untaint` in a few places, which will cause deprecation warnings on Ruby 2.7.

### What is your fix for the problem, implemented in this PR?

`s/\.untaint/.tap{|x| x.untaint if RUBY_VERSION &lt; "2.7" }/g`

### Why did you choose this fix out of the possible options?

It seemed simplest.


Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7379</title>
<updated>2019-10-19T18:20:30+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-10-19T18:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=43f1ab7c48e8a0dbe49c07d13a7ff8f47e675ee1'/>
<id>43f1ab7c48e8a0dbe49c07d13a7ff8f47e675ee1</id>
<content type='text'>
7379: Switch to double quotes to match rest of file r=deivid-rodriguez a=jonathanhefner

### What was your diagnosis of the problem?

It is common to prefer double quotes, unless single quotes are needed.  It is also generally preferred to use a consistent quote style (whether double quotes or single quotes).

### What is your fix for the problem, implemented in this PR?

Switch the anomalous single quotes to double quotes.


Co-authored-by: Jonathan Hefner &lt;jonathan@hefner.pro&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7379: Switch to double quotes to match rest of file r=deivid-rodriguez a=jonathanhefner

### What was your diagnosis of the problem?

It is common to prefer double quotes, unless single quotes are needed.  It is also generally preferred to use a consistent quote style (whether double quotes or single quotes).

### What is your fix for the problem, implemented in this PR?

Switch the anomalous single quotes to double quotes.


Co-authored-by: Jonathan Hefner &lt;jonathan@hefner.pro&gt;
</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>
<entry>
<title>Merge #4474</title>
<updated>2019-10-14T20:23:56+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-10-14T20:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=c9d16351b4e2a8a41ce9e3a812b7612970b25a78'/>
<id>c9d16351b4e2a8a41ce9e3a812b7612970b25a78</id>
<content type='text'>
4474: Improve readability of outdated r=deivid-rodriguez a=tlynam

Haven't fixed tests since wanted buy-in.

Before:

```
Outdated gems included in the bundle:
  * active_model_serializers (newest 0.9.5, installed 0.8.3, requested ~&gt; 0.8.0) in group "default"
  * activerecord-import (newest 0.13.0, installed 0.10.0) in group "default"
  * addressable (newest 2.4.0, installed 2.3.5, requested = 2.3.5) in group "default"
  * airbrake (newest 5.2.3, installed 5.1.0) in group "default"
  * bootstrap-sass (newest 3.3.6, installed 3.3.5.1) in group "default"
  * capistrano (newest 3.5.0, installed 3.4.0, requested ~&gt; 3.4) in group "development"
  * capistrano-rails (newest 1.1.6, installed 1.1.3, requested ~&gt; 1.1.1) in group "development"
```

After:

```
--pretty
Outdated gems included in the bundle:
Gem Name                New        Installed  Requested  Groups
airbrake                5.3.0      5.0.3                 default
better_errors           2.1.1      1.0.1      ~&gt; 1.0.1   development
bootstrap-sass          3.3.6      3.3.0.1    ~&gt; 3.3.0.1 default
factory_girl_rails      4.7.0      4.4.1                 test, development

--pretty --verbose
Outdated gems included in the bundle:
Gem Name                New        Installed  Requested  Groups            Load Path
airbrake                5.3.0      5.0.3                 default           /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/airbrake-5.3.0.gemspec
better_errors           2.1.1      1.0.1      ~&gt; 1.0.1   development       /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/better_errors-2.1.1.gemspec
bootstrap-sass          3.3.6      3.3.0.1    ~&gt; 3.3.0.1 default           /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/bootstrap-sass-3.3.6.gemspec
factory_girl            4.7.0      4.4.0                                   /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/factory_girl-4.7.0.gemspec
factory_girl_rails      4.7.0      4.4.1                 test, development /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/factory_girl_rails-4.7.0.gemspec
```


Co-authored-by: Todd Lynam &lt;tlynam@gmail.com&gt;
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>
4474: Improve readability of outdated r=deivid-rodriguez a=tlynam

Haven't fixed tests since wanted buy-in.

Before:

```
Outdated gems included in the bundle:
  * active_model_serializers (newest 0.9.5, installed 0.8.3, requested ~&gt; 0.8.0) in group "default"
  * activerecord-import (newest 0.13.0, installed 0.10.0) in group "default"
  * addressable (newest 2.4.0, installed 2.3.5, requested = 2.3.5) in group "default"
  * airbrake (newest 5.2.3, installed 5.1.0) in group "default"
  * bootstrap-sass (newest 3.3.6, installed 3.3.5.1) in group "default"
  * capistrano (newest 3.5.0, installed 3.4.0, requested ~&gt; 3.4) in group "development"
  * capistrano-rails (newest 1.1.6, installed 1.1.3, requested ~&gt; 1.1.1) in group "development"
```

After:

```
--pretty
Outdated gems included in the bundle:
Gem Name                New        Installed  Requested  Groups
airbrake                5.3.0      5.0.3                 default
better_errors           2.1.1      1.0.1      ~&gt; 1.0.1   development
bootstrap-sass          3.3.6      3.3.0.1    ~&gt; 3.3.0.1 default
factory_girl_rails      4.7.0      4.4.1                 test, development

--pretty --verbose
Outdated gems included in the bundle:
Gem Name                New        Installed  Requested  Groups            Load Path
airbrake                5.3.0      5.0.3                 default           /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/airbrake-5.3.0.gemspec
better_errors           2.1.1      1.0.1      ~&gt; 1.0.1   development       /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/better_errors-2.1.1.gemspec
bootstrap-sass          3.3.6      3.3.0.1    ~&gt; 3.3.0.1 default           /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/bootstrap-sass-3.3.6.gemspec
factory_girl            4.7.0      4.4.0                                   /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/factory_girl-4.7.0.gemspec
factory_girl_rails      4.7.0      4.4.1                 test, development /Users/todd/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/specifications/factory_girl_rails-4.7.0.gemspec
```


Co-authored-by: Todd Lynam &lt;tlynam@gmail.com&gt;
Co-authored-by: David Rodríguez &lt;deivid.rodriguez@riseup.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to double quotes to match rest of file</title>
<updated>2019-10-14T18:31:12+00:00</updated>
<author>
<name>Jonathan Hefner</name>
<email>jonathan@hefner.pro</email>
</author>
<published>2019-10-14T18:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=768bfbeebce264f146ed9020149ae2a79004b877'/>
<id>768bfbeebce264f146ed9020149ae2a79004b877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "Locked" to "Current"</title>
<updated>2019-10-12T14:53:59+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-10-12T14:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=76b1d8916a0d1204e263a874b4babb757a6de2a4'/>
<id>76b1d8916a0d1204e263a874b4babb757a6de2a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split --verbose option to a separate spec</title>
<updated>2019-10-12T14:46:33+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-10-01T14:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=a7cec294ac06de02388a71bdef10702e290cacbb'/>
<id>a7cec294ac06de02388a71bdef10702e290cacbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
