<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/man, branch parallel_rspec</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>Remove now meaningless setting</title>
<updated>2019-07-10T10:08:15+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-06-19T15:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=52c5a0eedec34b5d86464b3cf135dc2002486f1d'/>
<id>52c5a0eedec34b5d86464b3cf135dc2002486f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct default cache path</title>
<updated>2019-07-03T09:33:42+00:00</updated>
<author>
<name>Ivo Wever</name>
<email>ivo.wever@gmail.com</email>
</author>
<published>2019-07-03T09:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=49256bb3d22a329fef76b53928b2f84b89bba150'/>
<id>49256bb3d22a329fef76b53928b2f84b89bba150</id>
<content type='text'>
The default cache path is `vendor/cache`, not `vendor/bundle`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default cache path is `vendor/cache`, not `vendor/bundle`.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove global_path_appends_ruby_scope setting</title>
<updated>2019-05-07T13:35:46+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-05-07T13:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=017e19f924827d9bd1019f82d605492463ad244d'/>
<id>017e19f924827d9bd1019f82d605492463ad244d</id>
<content type='text'>
This is a bug fix, so it makes no sense to make it configurable. Also,
the fix is unlikely to cause problems other than maybe needing a fresh
`bundle install` on some edge cases. So, let's ship the fix and remove
the setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a bug fix, so it makes no sense to make it configurable. Also,
the fix is unlikely to cause problems other than maybe needing a fresh
`bundle install` on some edge cases. So, let's ship the fix and remove
the setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in file extension</title>
<updated>2019-04-28T00:09:28+00:00</updated>
<author>
<name>Victor Gama</name>
<email>hey@vito.io</email>
</author>
<published>2019-04-28T00:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=0c622ec8084c2be7e2e10a672e7df064bf254547'/>
<id>0c622ec8084c2be7e2e10a672e7df064bf254547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7127</title>
<updated>2019-04-23T19:30:19+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-04-23T19:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=58357f5bab5e7869d0532041bb44325d1832b036'/>
<id>58357f5bab5e7869d0532041bb44325d1832b036</id>
<content type='text'>
7127: Add git and branch options to `bundle add` r=deivid-rodriguez a=tokachev

Closes #6841 These changes will allow to add a gem with the git or branch options.

```
bundle add redis --git "https://github.com/redis/redis-rb" --branch "staging"
```

The result in Gemfile will be: 
```
gem "redis", "~&gt; 4.0", :git =&gt; "https://github.com/redis/redis-rb", :branch =&gt; "staging"
```

Co-authored-by: Baumgarten &lt;baumgarten@localhost.localdomain&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7127: Add git and branch options to `bundle add` r=deivid-rodriguez a=tokachev

Closes #6841 These changes will allow to add a gem with the git or branch options.

```
bundle add redis --git "https://github.com/redis/redis-rb" --branch "staging"
```

The result in Gemfile will be: 
```
gem "redis", "~&gt; 4.0", :git =&gt; "https://github.com/redis/redis-rb", :branch =&gt; "staging"
```

Co-authored-by: Baumgarten &lt;baumgarten@localhost.localdomain&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add git and branch options to `bundle add`</title>
<updated>2019-04-13T16:51:41+00:00</updated>
<author>
<name>Baumgarten</name>
<email>baumgarten@localhost.localdomain</email>
</author>
<published>2019-04-13T16:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=2aab1fd231f2af3a0f0a5888a7d5bb5cd079ceb6'/>
<id>2aab1fd231f2af3a0f0a5888a7d5bb5cd079ceb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print errors to stderr by default, and remove configuration option</title>
<updated>2019-04-12T08:44:52+00:00</updated>
<author>
<name>Grey Baker</name>
<email>greysteil@gmail.com</email>
</author>
<published>2018-10-09T09:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=bb0e13d6070a3082b7ef59cd8c7284f988335e91'/>
<id>bb0e13d6070a3082b7ef59cd8c7284f988335e91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `prefer_gems_rb` setting</title>
<updated>2019-04-11T13:29:38+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-04-10T15:02:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=147ff3f0f88bdf74791122ea31463c98a20bad06'/>
<id>147ff3f0f88bdf74791122ea31463c98a20bad06</id>
<content type='text'>
In my opinion, it's overkill to provide a setting for how little this
setting was doing. Both types of Gemfile are supported and work
regardless of this setting. The only difference this setting would make
is the warning message one would get when having _both_ types of
Gemfiles in the same project.

I changed things so that gems.rb is always looked up first, and the
warning message in case you have both always tells you to remove Gemfile
and Gemfile.lock.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In my opinion, it's overkill to provide a setting for how little this
setting was doing. Both types of Gemfile are supported and work
regardless of this setting. The only difference this setting would make
is the warning message one would get when having _both_ types of
Gemfiles in the same project.

I changed things so that gems.rb is always looked up first, and the
warning message in case you have both always tells you to remove Gemfile
and Gemfile.lock.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `list_command` setting</title>
<updated>2019-04-05T07:28:57+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-03-30T10:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=f876e820ec204a2010d64a73e4f7e84b4d79e7ea'/>
<id>f876e820ec204a2010d64a73e4f7e84b4d79e7ea</id>
<content type='text'>
The list command was still present (just aliased to `bundle show`), even
if the setting was set to false. So the setting was at least super
confusing if not just wrong.

It also led to misleading situations such as

```
$ bundle list --help

(...)

NAME
       bundle-list - List all the gems in the bundle

SYNOPSIS
       bundle list [--name-only] [--paths] [--without-group=GROUP] [--only-group=GROUP]

(...)

$ bundle list --only-group=development
Unknown switches '--only-group=development'
```

So, instead, I enable the new list command _always_ and remove the
`bundle list =&gt; bundle show` alias.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list command was still present (just aliased to `bundle show`), even
if the setting was set to false. So the setting was at least super
confusing if not just wrong.

It also led to misleading situations such as

```
$ bundle list --help

(...)

NAME
       bundle-list - List all the gems in the bundle

SYNOPSIS
       bundle list [--name-only] [--paths] [--without-group=GROUP] [--only-group=GROUP]

(...)

$ bundle list --only-group=development
Unknown switches '--only-group=development'
```

So, instead, I enable the new list command _always_ and remove the
`bundle list =&gt; bundle show` alias.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs about `unset` with `--global` / `--local`</title>
<updated>2019-03-15T18:40:39+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-03-15T18:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=1971ba4059f1855d6a4b240c3ea85ec5b1130ea6'/>
<id>1971ba4059f1855d6a4b240c3ea85ec5b1130ea6</id>
<content type='text'>
They are actually compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are actually compatible.
</pre>
</div>
</content>
</entry>
</feed>
