<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/bundler/update/git_spec.rb, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Merge RubyGems/Bundler master</title>
<updated>2022-12-09T07:36:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-09T05:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a4e14b9d9d58391fb7d7a10be8d883690860373b'/>
<id>a4e14b9d9d58391fb7d7a10be8d883690860373b</id>
<content type='text'>
  Pick from https://github.com/rubygems/rubygems/commit/823c776d951f3c35094611473ec77f94e8bf6610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Pick from https://github.com/rubygems/rubygems/commit/823c776d951f3c35094611473ec77f94e8bf6610
</pre>
</div>
</content>
</entry>
<entry>
<title>Followed up CVE-2022-39253 for bundler examples</title>
<updated>2022-10-20T05:36:06+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-10-20T05:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4f1e0bfacd93c28bff549e2f3603c3b4942429a3'/>
<id>4f1e0bfacd93c28bff549e2f3603c3b4942429a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Use main as default branch for Bundler specs</title>
<updated>2022-07-26T16:04:11+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2022-07-25T16:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=163e3f075f71342fa5897beedf771e3e878876de'/>
<id>163e3f075f71342fa5897beedf771e3e878876de</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/482077d185
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/482077d185
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove duplicated spec</title>
<updated>2021-11-11T21:05:09+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2021-11-11T19:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3cf7130d709ea5d54f3b0920fb5c1bece9dc20c1'/>
<id>3cf7130d709ea5d54f3b0920fb5c1bece9dc20c1</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/86b874ed24
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/86b874ed24
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove `lockfile_should_be` helper</title>
<updated>2021-11-11T21:05:07+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2021-11-11T19:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d0f266460f982137e24af2fbf3f7eeaaa8d47210'/>
<id>d0f266460f982137e24af2fbf3f7eeaaa8d47210</id>
<content type='text'>
It doesn't add anything.

https://github.com/rubygems/rubygems/commit/ece3c864df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't add anything.

https://github.com/rubygems/rubygems/commit/ece3c864df
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Let `update_git` work with whatever branch is checkout out</title>
<updated>2021-10-08T23:05:23+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2021-10-08T11:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a5bae843ff2b2fe9b46de8766c135489ccda8d9e'/>
<id>a5bae843ff2b2fe9b46de8766c135489ccda8d9e</id>
<content type='text'>
Unless the `:branch` option is passed.

It's more efficient, and it results in less hardcoding of "master".

https://github.com/rubygems/rubygems/commit/aa5c3409ab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unless the `:branch` option is passed.

It's more efficient, and it results in less hardcoding of "master".

https://github.com/rubygems/rubygems/commit/aa5c3409ab
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Explicitly define a global source for tests</title>
<updated>2021-07-27T00:25:57+00:00</updated>
<author>
<name>Daniel Niknam</name>
<email>mhmd.niknam@gmail.com</email>
</author>
<published>2021-07-24T15:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2f9e0cf1819b8679abe79494f622e1a42d7e021d'/>
<id>2f9e0cf1819b8679abe79494f622e1a42d7e021d</id>
<content type='text'>
This is in preparation for deprecating source-less gemfiles.

https://github.com/rubygems/rubygems/commit/d6493fa3e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is in preparation for deprecating source-less gemfiles.

https://github.com/rubygems/rubygems/commit/d6493fa3e2
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove unnecessary assertions on exitstatus</title>
<updated>2020-07-15T07:05:12+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-06-24T17:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16823d4a05580e041ff514122de5f3a3fbcef409'/>
<id>16823d4a05580e041ff514122de5f3a3fbcef409</id>
<content type='text'>
Since our helpers now raise by default if the subcommand fails, these
will never actually fail and are not necessary.

https://github.com/rubygems/rubygems/commit/6153b9321e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since our helpers now raise by default if the subcommand fails, these
will never actually fail and are not necessary.

https://github.com/rubygems/rubygems/commit/6153b9321e
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Make sure to pass URI's to `:git`</title>
<updated>2020-06-18T10:14:15+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-06-14T16:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5f8ee14b9bc550394541a78046ce43b5ba59d924'/>
<id>5f8ee14b9bc550394541a78046ce43b5ba59d924</id>
<content type='text'>
Passing paths should work in most cases, but on Windows the driver
letter is interpreted as the scheme and causes some case mismatches
because

```
irb&gt; URI.parse("E:").to_s
=&gt; "e:"
```

We fix this by passing file URI's instead.

https://github.com/rubygems/rubygems/commit/b6bc517628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing paths should work in most cases, but on Windows the driver
letter is interpreted as the scheme and causes some case mismatches
because

```
irb&gt; URI.parse("E:").to_s
=&gt; "e:"
```

We fix this by passing file URI's instead.

https://github.com/rubygems/rubygems/commit/b6bc517628
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] s/run!/run</title>
<updated>2020-06-18T10:14:15+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-06-03T18:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ea4824ee0ffcea5fcfacfe40b4f399efe310455a'/>
<id>ea4824ee0ffcea5fcfacfe40b4f399efe310455a</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/e3f60d8aec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/e3f60d8aec
</pre>
</div>
</content>
</entry>
</feed>
