<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/bundled_gems_spec.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Added example for bundle/inline</title>
<updated>2026-01-20T18:49:33+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-01-15T06:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=310da6cd91ccdab82f5cb9cef482f5cf9da1bb19'/>
<id>310da6cd91ccdab82f5cb9cef482f5cf9da1bb19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Ruby 3.5 with Ruby 4.0</title>
<updated>2025-11-12T01:29:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-12T00:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bf970ed8a27abaa166fcbd04a769907af1554879'/>
<id>bf970ed8a27abaa166fcbd04a769907af1554879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bundled_gems_spec.rb: Remove useless `map`</title>
<updated>2025-09-17T13:42:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-01-17T10:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b034a3df6872fd38adf924b9f9f74ac245302f95'/>
<id>b034a3df6872fd38adf924b9f9f74ac245302f95</id>
<content type='text'>
`Dir.[]` returns list of strings, `map(&amp;:to_s)` does nothing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Dir.[]` returns list of strings, `map(&amp;:to_s)` does nothing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize `gems` tmp when initializing bundled_gems_spec suite</title>
<updated>2025-05-29T01:09:28+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-05-28T12:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1a8d3383374fe7e94d8659d21e39757387b10c7e'/>
<id>1a8d3383374fe7e94d8659d21e39757387b10c7e</id>
<content type='text'>
That way it works even if no Bundler specs have run before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way it works even if no Bundler specs have run before.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor bundled condition</title>
<updated>2025-04-10T08:29:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-04-10T07:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b47a04eb9151a9fa59979fbaf20deeb404822959'/>
<id>b47a04eb9151a9fa59979fbaf20deeb404822959</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added simple failing example</title>
<updated>2025-04-10T08:29:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-03-04T09:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3390b6a515c4195905ef3be715fb611cce7ccaf5'/>
<id>3390b6a515c4195905ef3be715fb611cce7ccaf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve bundled gems warning messages</title>
<updated>2025-02-06T04:07:55+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-01-29T19:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c83370671be81809e027476293151bd2c67e8beb'/>
<id>c83370671be81809e027476293151bd2c67e8beb</id>
<content type='text'>
Currently evenn if the require actually fails, they suggest that the
file was actually loaded, which is confusing. I reworded them to reduce
this confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently evenn if the require actually fails, they suggest that the
file was actually loaded, which is confusing. I reworded them to reduce
this confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify bundled gems warnings implementation</title>
<updated>2025-02-06T04:07:55+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-01-29T18:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=433f4e30b3af853ef5b33948e3b4be4826d3f104'/>
<id>433f4e30b3af853ef5b33948e3b4be4826d3f104</id>
<content type='text'>
Most of the stuff is not actually necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of the stuff is not actually necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary SINCE_FAST_PATH constant</title>
<updated>2025-02-06T04:07:55+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-01-29T18:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=68bb6ceeafeae3c06f09f8d120d3194eaa2d131d'/>
<id>68bb6ceeafeae3c06f09f8d120d3194eaa2d131d</id>
<content type='text'>
If anything, I think this may be causing some false positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If anything, I think this may be causing some false positives.
</pre>
</div>
</content>
</entry>
<entry>
<title>irb and reline are now bundled gems, we don't need to skip workaround for them</title>
<updated>2025-01-24T06:46:46+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-01-23T08:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=68095ffc1668c32d201f12e258891d028641e43c'/>
<id>68095ffc1668c32d201f12e258891d028641e43c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
