<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/spec/plugins/source, 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>Normalize file:// handling in specs</title>
<updated>2019-06-11T10:36:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-05-06T16:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=5946d62ad03c57271ccb037680382b1db9fc2e65'/>
<id>5946d62ad03c57271ccb037680382b1db9fc2e65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move on to bundler 3</title>
<updated>2019-04-11T11:25:59+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-04-04T20:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=b9baa34673b96419410bd7c61d379bc8c89d798e'/>
<id>b9baa34673b96419410bd7c61d379bc8c89d798e</id>
<content type='text'>
* Drop bundler 1 stuff from tests.
* Move all feature flags to bundler 3 (like they are in 2-0-stable) and
get them tested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop bundler 1 stuff from tests.
* Move all feature flags to bundler 3 (like they are in 2-0-stable) and
get them tested.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove lockfile incompatibility due to a setting</title>
<updated>2019-03-02T19:55:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-02-27T08:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8c4b82e3a4ef42ab6fee9b324200a9e5ff20c948'/>
<id>8c4b82e3a4ef42ab6fee9b324200a9e5ff20c948</id>
<content type='text'>
The `lockfile_uses_separate_rubygems_sources` was causing a lockfile
incompatibility but in my opinion, this incompatibility is not necessary
in the general case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `lockfile_uses_separate_rubygems_sources` was causing a lockfile
incompatibility but in my opinion, this incompatibility is not necessary
in the general case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed failing examples for Bundler 2 API</title>
<updated>2017-12-11T07:13:37+00:00</updated>
<author>
<name>SHIBATA Hiroshi</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2017-12-11T07:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=c52aa86bff27c1946e53e24e62de843526b65728'/>
<id>c52aa86bff27c1946e53e24e62de843526b65728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed failing examples with Ruby 2.5.</title>
<updated>2017-12-11T05:01:51+00:00</updated>
<author>
<name>SHIBATA Hiroshi</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2017-12-07T08:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=aca04dca68039bbf451c498303c03e3b87200d12'/>
<id>aca04dca68039bbf451c498303c03e3b87200d12</id>
<content type='text'>
  It's introduced by URI::Generic channges.
  https://github.com/ruby/ruby/commit/ed48bfa5e8770a345424abd7f24f94ea9bbf5973
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  It's introduced by URI::Generic channges.
  https://github.com/ruby/ruby/commit/ed48bfa5e8770a345424abd7f24f94ea9bbf5973
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto merge of #6101 - bundler:seg-digest-loading, r=colby-swandale</title>
<updated>2017-10-30T18:52:45+00:00</updated>
<author>
<name>The Bundler Bot</name>
<email>bot@bundler.io</email>
</author>
<published>2017-10-16T04:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=bf9f327ad2272e54a64c49e6141153f8149639b4'/>
<id>bf9f327ad2272e54a64c49e6141153f8149639b4</id>
<content type='text'>
Load digest subclasses in a thread-safe manner

The problem was `digest` files would sometimes be loaded twice.

My diagnosis was we needed to load the `digest` files using the `::Digest` method, which is explicitly thread-safe.

(cherry picked from commit 8efc35c2e2f68eae40639390b9ced72156d5d4a4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Load digest subclasses in a thread-safe manner

The problem was `digest` files would sometimes be loaded twice.

My diagnosis was we needed to load the `digest` files using the `::Digest` method, which is explicitly thread-safe.

(cherry picked from commit 8efc35c2e2f68eae40639390b9ced72156d5d4a4)
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically bundle clean without a path set on 2.0</title>
<updated>2017-08-28T21:21:49+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-08-20T21:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=468993fbc4993f90ba780a2161c63c0bc3862255'/>
<id>468993fbc4993f90ba780a2161c63c0bc3862255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Completely remove the package --all option on 2.0 and force its behavior</title>
<updated>2017-08-28T14:48:18+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-08-28T14:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=6101d6276bceb8bf0f687a3fdb5cbae3847e8598'/>
<id>6101d6276bceb8bf0f687a3fdb5cbae3847e8598</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests/functionality breaking with new deprecation error</title>
<updated>2017-08-20T02:05:27+00:00</updated>
<author>
<name>Colby Swandale</name>
<email>colby@taplaboratories.com</email>
</author>
<published>2017-08-02T12:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=1451bdf8b1038fd64dee8b1c13174a5d543474b3'/>
<id>1451bdf8b1038fd64dee8b1c13174a5d543474b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove several CLI flags that need to be set via config in Bundler 2</title>
<updated>2017-07-19T18:10:39+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-07-10T22:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8a6400f421017462d87cfc9202c3d6cdaaec4d54'/>
<id>8a6400f421017462d87cfc9202c3d6cdaaec4d54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
