<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/bundled_gem.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>Reapply "merge revision(s) 9f708d48f6df37ee9600db9d51b57a156609a13b,0301473fb523c71d8cdc4966971f31f502001185,7f0e26b7f99bf76408569892ce20318501f74729: [Backport #20516]"</title>
<updated>2024-08-06T09:59:52+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-08-01T04:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16f795b5e9321088c1ba765e0dfe4a8300fc18ad'/>
<id>16f795b5e9321088c1ba765e0dfe4a8300fc18ad</id>
<content type='text'>
This reverts commit 367ad5055c3d5210c884d4611e08ffa32ec608ee.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 367ad5055c3d5210c884d4611e08ffa32ec608ee.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "merge revision(s) 9f708d48f6df37ee9600db9d51b57a156609a13b,0301473fb523c71d8cdc4966971f31f502001185,7f0e26b7f99bf76408569892ce20318501f74729: [Backport #20516]"</title>
<updated>2024-07-26T11:53:32+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-07-26T11:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=367ad5055c3d5210c884d4611e08ffa32ec608ee'/>
<id>367ad5055c3d5210c884d4611e08ffa32ec608ee</id>
<content type='text'>
This reverts commit 56c311aa0b20dee13ab43309ae3386f57f8cb797.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 56c311aa0b20dee13ab43309ae3386f57f8cb797.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 9f708d48f6df37ee9600db9d51b57a156609a13b,0301473fb523c71d8cdc4966971f31f502001185,7f0e26b7f99bf76408569892ce20318501f74729: [Backport #20516]</title>
<updated>2024-06-18T13:50:39+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-06-01T22:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=56c311aa0b20dee13ab43309ae3386f57f8cb797'/>
<id>56c311aa0b20dee13ab43309ae3386f57f8cb797</id>
<content type='text'>
	Clear runtime dependencies if default gems is specified.

	The current build system uses runtime dependencies from only
	`.bundle` directory. We shouldn't install runtime dependencies
	from rubygems.org when `make test-bundled-gems` is invoked.

	Fixed dependencies list format

	Re-use strscan with ruby repo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Clear runtime dependencies if default gems is specified.

	The current build system uses runtime dependencies from only
	`.bundle` directory. We shouldn't install runtime dependencies
	from rubygems.org when `make test-bundled-gems` is invoked.

	Fixed dependencies list format

	Re-use strscan with ruby repo
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "merge revision(s) 9f708d48f6df37ee9600db9d51b57a156609a13b,0301473fb523c71d8cdc4966971f31f502001185,7f0e26b7f99bf76408569892ce20318501f74729: [Backport #20516]"</title>
<updated>2024-06-03T03:22:25+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-06-03T03:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c48b2312acf40371590ac2a9618f4cb39472ef0f'/>
<id>c48b2312acf40371590ac2a9618f4cb39472ef0f</id>
<content type='text'>
This reverts commit 0de1ff12973ffc04bc9a8b0799e963922986d1eb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0de1ff12973ffc04bc9a8b0799e963922986d1eb.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 9f708d48f6df37ee9600db9d51b57a156609a13b,0301473fb523c71d8cdc4966971f31f502001185,7f0e26b7f99bf76408569892ce20318501f74729: [Backport #20516]</title>
<updated>2024-06-01T22:13:25+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-06-01T22:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0de1ff12973ffc04bc9a8b0799e963922986d1eb'/>
<id>0de1ff12973ffc04bc9a8b0799e963922986d1eb</id>
<content type='text'>
	Clear runtime dependencies if default gems is specified.

	The current build system uses runtime dependencies from only
	`.bundle` directory. We shouldn't install runtime dependencies
	from rubygems.org when `make test-bundled-gems` is invoked.

	Fixed dependencies list format

	Re-use strscan with ruby repo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Clear runtime dependencies if default gems is specified.

	The current build system uses runtime dependencies from only
	`.bundle` directory. We shouldn't install runtime dependencies
	from rubygems.org when `make test-bundled-gems` is invoked.

	Fixed dependencies list format

	Re-use strscan with ruby repo
</pre>
</div>
</content>
</entry>
<entry>
<title>Load gemspec file at that directory</title>
<updated>2022-08-05T00:52:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-08-04T08:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=57911712011e285d76cf8132dd080b5727f43bf3'/>
<id>57911712011e285d76cf8132dd080b5727f43bf3</id>
<content type='text'>
Gemspec files generated by old bundler run `git` without changing the
working directory.
Or some gemspec files expect an owned file at the top exists ath the
current working directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gemspec files generated by old bundler run `git` without changing the
working directory.
Or some gemspec files expect an owned file at the top exists ath the
current working directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to tool/lib/bundled_gem.rb</title>
<updated>2022-08-05T00:44:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-07-30T15:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=44a0a66559ee4a03a84c27feca05e9b1b0f59df8'/>
<id>44a0a66559ee4a03a84c27feca05e9b1b0f59df8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
