<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler.rb, branch v3_4_9</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-3.6.3 and Bundler-2.6.3</title>
<updated>2025-02-21T00:50:20+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-21T00:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=19c69f382baa13cac3bf36b861067bdc424e1be1'/>
<id>19c69f382baa13cac3bf36b861067bdc424e1be1</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] Keep track of materializations in the original resolve</title>
<updated>2024-11-26T06:11:05+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-15T23:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c76b1ea2a6ed4901afac4f7a23b532a867354408'/>
<id>c76b1ea2a6ed4901afac4f7a23b532a867354408</id>
<content type='text'>
This gives more flexibility to allow further improvements.

https://github.com/rubygems/rubygems/commit/f11a890f5e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gives more flexibility to allow further improvements.

https://github.com/rubygems/rubygems/commit/f11a890f5e
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] More aggressive `Performance/FlatMap` cop configuration</title>
<updated>2024-11-26T06:11:05+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-18T19:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4addaaf4df9a7b48c3490b806c195fcb7be999b5'/>
<id>4addaaf4df9a7b48c3490b806c195fcb7be999b5</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/d8d68cc00e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/d8d68cc00e
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] fix bundle which commands on windows</title>
<updated>2024-11-22T13:36:21+00:00</updated>
<author>
<name>sodacris</name>
<email>wjxa20152015@gmail.com</email>
</author>
<published>2024-11-22T11:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0989400a925cd201defdca9eb28eb87200b30785'/>
<id>0989400a925cd201defdca9eb28eb87200b30785</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/9e0018d9fe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/9e0018d9fe
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Reduce global state</title>
<updated>2024-11-08T12:06:30+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-19T15:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4d83f37ff75bc5819c02e37aafd403a00433ec96'/>
<id>4d83f37ff75bc5819c02e37aafd403a00433ec96</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/43c0c41c6b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/43c0c41c6b
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix some JRuby warnings when using `bundler/setup` with Ruby's -w flag</title>
<updated>2024-11-06T11:37:10+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-11-04T19:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8c184885b09d600b4c35fe04be3da0c9c5b36adf'/>
<id>8c184885b09d600b4c35fe04be3da0c9c5b36adf</id>
<content type='text'>
When using the `bundler/setup` entrypoint, Bundler prints the following
warnings in JRuby in `-w` is passed to Ruby.

```
/path/to/bundler/shared_helpers.rb:10: warning: constant Bundler::WINDOWS is deprecated
/path/to/bundler/shared_helpers.rb:11: warning: constant Bundler::FREEBSD is deprecated
/path/to/bundler/lib/bundler/shared_helpers.rb:12: warning: constant Bundler::NULL is deprecated
```

This does not happen in CRuby.

This seems like a JRuby bug but we can skip it by autoloading the
constants.

https://github.com/rubygems/rubygems/commit/761ca29fa2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using the `bundler/setup` entrypoint, Bundler prints the following
warnings in JRuby in `-w` is passed to Ruby.

```
/path/to/bundler/shared_helpers.rb:10: warning: constant Bundler::WINDOWS is deprecated
/path/to/bundler/shared_helpers.rb:11: warning: constant Bundler::FREEBSD is deprecated
/path/to/bundler/lib/bundler/shared_helpers.rb:12: warning: constant Bundler::NULL is deprecated
```

This does not happen in CRuby.

This seems like a JRuby bug but we can skip it by autoloading the
constants.

https://github.com/rubygems/rubygems/commit/761ca29fa2
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Consistently use `:create` action when creating directories</title>
<updated>2024-10-23T08:53:18+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-21T17:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cc29d737ef1cee9e1b18c54112afdbd3311f3e37'/>
<id>cc29d737ef1cee9e1b18c54112afdbd3311f3e37</id>
<content type='text'>
It gives better errors.

https://github.com/rubygems/rubygems/commit/bedae080ef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It gives better errors.

https://github.com/rubygems/rubygems/commit/bedae080ef
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove compatibility code with old RubyGems</title>
<updated>2024-10-02T21:33:02+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-02T10:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e77346153d68bb3846db07e213fc90567af76326'/>
<id>e77346153d68bb3846db07e213fc90567af76326</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/f11e42a3c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/f11e42a3c5
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix `bundler/inline` resetting ENV</title>
<updated>2024-10-02T05:34:55+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-24T10:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=50001380846c7a3a5648005b80ac8cae7fbec8f0'/>
<id>50001380846c7a3a5648005b80ac8cae7fbec8f0</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/72d8d4dbba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/72d8d4dbba
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] The `BUNDLER_SETUP` env should also be cleaned up</title>
<updated>2024-10-02T05:34:55+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-24T13:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a3929a9ca19d69f6ab2f26d4d8ed59c2612ac733'/>
<id>a3929a9ca19d69f6ab2f26d4d8ed59c2612ac733</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/47b7e50f64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/47b7e50f64
</pre>
</div>
</content>
</entry>
</feed>
