Skip to content

Commit 21deed4

Browse files
committed
📝 Update CHANGELOG.md
1 parent 844f143 commit 21deed4

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ Please file a bug if you notice a violation of semantic versioning.
2828

2929
### Fixed
3030

31-
- Fixed the isolated `auth-sanitizer` load-path regression spec so child Ruby
32-
processes cannot inherit Bundler/Appraisal activation from CI startup.
33-
3431
### Security
3532

3633
## [2.0.24] - 2026-06-18
@@ -56,6 +53,9 @@ Please file a bug if you notice a violation of semantic versioning.
5653
- Fixed the isolated `auth-sanitizer` load-path regression spec so subprocess
5754
RubyGems startup cannot inherit Bundler/Appraisal activation from CI.
5855

56+
- Fixed the isolated `auth-sanitizer` load-path regression spec so child Ruby
57+
processes cannot inherit Bundler/Appraisal activation from CI startup.
58+
5959
## [2.0.23] - 2026-06-13
6060

6161
- TAG: [v2.0.23][2.0.23t]

docs/file.CHANGELOG.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ <h3 id="removed">Removed</h3>
8383
<h3 id="fixed">Fixed</h3>
8484

8585
<ul>
86-
<li>Fixed the isolated <code>auth-sanitizer</code> load-path regression spec so subprocess<br>
87-
RubyGems startup cannot inherit Bundler/Appraisal activation from CI.</li>
86+
<li>Fixed the isolated <code>auth-sanitizer</code> load-path regression spec so child Ruby<br>
87+
processes cannot inherit Bundler/Appraisal activation from CI startup.</li>
8888
</ul>
8989

9090
<h3 id="security">Security</h3>
@@ -112,9 +112,15 @@ <h3 id="changed-1">Changed</h3>
112112
<h3 id="fixed-1">Fixed</h3>
113113

114114
<ul>
115-
<li>Fixed isolated <code>auth-sanitizer</code> loading when Bundler standalone setup makes<br>
115+
<li>
116+
<p>Fixed isolated <code>auth-sanitizer</code> loading when Bundler standalone setup makes<br>
116117
<code>auth_sanitizer/loader.rb</code> available on <code>$LOAD_PATH</code> without adding<br>
117-
<code>auth-sanitizer</code> to <code>Gem.loaded_specs</code> or <code>GEM_PATH</code>.</li>
118+
<code>auth-sanitizer</code> to <code>Gem.loaded_specs</code> or <code>GEM_PATH</code>.</p>
119+
</li>
120+
<li>
121+
<p>Fixed the isolated <code>auth-sanitizer</code> load-path regression spec so subprocess<br>
122+
RubyGems startup cannot inherit Bundler/Appraisal activation from CI.</p>
123+
</li>
118124
</ul>
119125

120126
<h2 id="2023---2026-06-13">
@@ -1561,7 +1567,7 @@ <h2 id="001---2010-04-22">
15611567
</div></div>
15621568

15631569
<div id="footer">
1564-
Generated on Thu Jun 18 10:04:16 2026 by
1570+
Generated on Thu Jun 18 10:47:11 2026 by
15651571
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
15661572
0.9.44 (ruby-4.0.5).
15671573
</div>

0 commit comments

Comments
 (0)