You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .rubocop_gradual.lock
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,10 @@
44
44
[571, 48, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
45
45
[573, 21, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
46
46
],
47
-
"oauth2.gemspec:2324570894": [
47
+
"oauth2.gemspec:3554116155": [
48
48
[81, 5, 36, "Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array.", 3227795012],
49
49
[106, 5, 9, "Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array.", 1146747705],
50
-
[178, 3, 68, "Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `backports` should appear before `rexml`.", 4213155631]
50
+
[186, 3, 68, "Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `backports` should appear before `rexml`.", 4213155631]
51
51
],
52
52
"spec/examples/google_spec.rb:2278649676": [
53
53
[17, 35, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Please file a bug if you notice a violation of semantic versioning.
29
29
### Fixed
30
30
31
31
- Updated CI workflow maintenance: QLTY uploads now use OIDC, harden-runner is pinned to v2.19.4, and Caboose dependency installation logs are visible on failure.
32
+
- Restored Ruby 2.3 Caboose CI bundle resolution by using the last compatible kettle development/test toolchain on that EOL runtime.
32
33
- Replaced stale platform CI `rake magic` commands with portable spec commands.
33
34
- Pinned `multi_xml` below 0.9 for TruffleRuby compatibility.
34
35
- Marked EOL TruffleRuby 22.3, 23.0, and 23.1 CI as experimental because they can crash inside the interpreter during Bundler setup.
Copy file name to clipboardExpand all lines: docs/file.CHANGELOG.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ <h3 id="fixed">Fixed</h3>
84
84
85
85
<ul>
86
86
<li>Updated CI workflow maintenance: QLTY uploads now use OIDC, harden-runner is pinned to v2.19.4, and Caboose dependency installation logs are visible on failure.</li>
87
+
<li>Restored Ruby 2.3 Caboose CI bundle resolution by using the last compatible kettle development/test toolchain on that EOL runtime.</li>
87
88
<li>Replaced stale platform CI <code>rake magic</code> commands with portable spec commands.</li>
88
89
<li>Pinned <code>multi_xml</code> below 0.9 for TruffleRuby compatibility.</li>
89
90
<li>Marked EOL TruffleRuby 22.3, 23.0, and 23.1 CI as experimental because they can crash inside the interpreter during Bundler setup.</li>
@@ -1405,7 +1406,7 @@ <h2 id="001---2010-04-22">
1405
1406
</div></div>
1406
1407
1407
1408
<divid="footer">
1408
-
Generated on Wed Jun 3 19:00:56 2026 by
1409
+
Generated on Wed Jun 3 19:07:25 2026 by
1409
1410
<ahref="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0 commit comments