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: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,14 @@ Please file a bug if you notice a violation of semantic versioning.
33
33
34
34
### Removed
35
35
36
+
- Dropped the obsolete Ruby 2.3 Caboose workflow and its Hashie appraisal
37
+
gemfiles; development tooling now requires Ruby 2.4 or newer, and Ruby 2.4
38
+
coverage is already handled by the standard Ruby 2.4 workflow.
39
+
36
40
### Fixed
37
41
38
-
- 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.
39
-
- Restored Ruby 2.3 Caboose CI bundle resolution by using the last compatible kettle development/test toolchain on that EOL runtime.
40
-
- Kept Ruby 2.3 Caboose CI on the last compatible `gitmoji-regex` release.
41
-
- Added the missing Ruby 2.3 modular stdlib gemfiles required by generated Caboose appraisals.
42
-
- Ran Ruby 2.3 Caboose specs directly with `rspec` because the compatible `kettle-test` 1.x toolchain does not expose the newer executable.
42
+
- Updated CI workflow maintenance: QLTY uploads now use OIDC and harden-runner
43
+
is pinned to v2.19.4.
43
44
- Replaced stale platform CI `rake magic` commands with portable spec commands.
44
45
- Pinned `multi_xml` below 0.9 for TruffleRuby compatibility.
45
46
- Marked EOL TruffleRuby 22.3, 23.0, and 23.1 CI as experimental because they can crash inside the interpreter during Bundler setup.
0 commit comments