<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/bin, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/rubygems] Default RGV to "." and add switch_rubygems to bin/rspec</title>
<updated>2026-03-23T08:25:02+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-03-18T23:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a0093092fc67a7cc0bfb97788a2ca1f31ce06e06'/>
<id>a0093092fc67a7cc0bfb97788a2ca1f31ce06e06</id>
<content type='text'>
With spec/ at the repo root, rspec auto-adds lib/ to $LOAD_PATH,
which now points to the repo's rubygems lib instead of bundler's lib.
This causes a conflict between system and local rubygems. Adding
switch_rubygems ensures a clean local rubygems load from the start.

Also default RGV to "." so no environment variables are needed to
run bin/rspec or bin/parallel_rspec.

https://github.com/ruby/rubygems/commit/b4774e3aab

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With spec/ at the repo root, rspec auto-adds lib/ to $LOAD_PATH,
which now points to the repo's rubygems lib instead of bundler's lib.
This causes a conflict between system and local rubygems. Adding
switch_rubygems ensures a clean local rubygems load from the start.

Also default RGV to "." so no environment variables are needed to
run bin/rspec or bin/parallel_rspec.

https://github.com/ruby/rubygems/commit/b4774e3aab

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[ruby/rubygems] Move bundler/bin scripts to top-level bin/ for simpler test execution"</title>
<updated>2026-03-23T07:22:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-03-23T07:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=021d9c59b1e78e72856fa569bd3642b25df3d385'/>
<id>021d9c59b1e78e72856fa569bd3642b25df3d385</id>
<content type='text'>
This reverts commit e98ed19ab0c72f548fa4e3914c9f289ae70dcf66.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e98ed19ab0c72f548fa4e3914c9f289ae70dcf66.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Move bundler/bin scripts to top-level bin/ for simpler test execution</title>
<updated>2026-03-23T07:16:38+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-03-18T23:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e98ed19ab0c72f548fa4e3914c9f289ae70dcf66'/>
<id>e98ed19ab0c72f548fa4e3914c9f289ae70dcf66</id>
<content type='text'>
This allows running bundler tests directly from the repository root
without needing to chdir into the bundler directory first.

https://github.com/ruby/rubygems/commit/ba4edd7e06

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows running bundler tests directly from the repository root
without needing to chdir into the bundler directory first.

https://github.com/ruby/rubygems/commit/ba4edd7e06

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync RubyGems</title>
<updated>2025-07-03T04:43:00+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-07-02T19:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=81da38b3080a0d971d7b1720015117fef2d19c98'/>
<id>81da38b3080a0d971d7b1720015117fef2d19c98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak to spec setup so that `rspec` instead of our `bin/rspec` binstub still works</title>
<updated>2025-06-11T23:45:02+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-06-05T07:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3a6844a692cab3bd9078ce74c3d96c16c2f3f2fb'/>
<id>3a6844a692cab3bd9078ce74c3d96c16c2f3f2fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `make test-bundler`</title>
<updated>2025-06-11T00:38:56+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-06-05T07:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ec897fd204c40eea9a6e1802ab8ae5cd18b27c35'/>
<id>ec897fd204c40eea9a6e1802ab8ae5cd18b27c35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync Bundler and adapt to new spec setup</title>
<updated>2025-04-10T10:21:51+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-04-08T14:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=756479324fcbf609b401cefafd2911268d4a7851'/>
<id>756479324fcbf609b401cefafd2911268d4a7851</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use directory structure and GEM_HOME for ruby-core repository</title>
<updated>2024-12-12T05:43:07+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-12T03:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5d5525e3a8934ad0be44f4f8c5826e15101f66a5'/>
<id>5d5525e3a8934ad0be44f4f8c5826e15101f66a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use patched version of turbo_tests</title>
<updated>2024-12-12T05:43:07+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-12T02:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1967ae20b99d3012abef7a0219d1b085a0637fff'/>
<id>1967ae20b99d3012abef7a0219d1b085a0637fff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
