Skip to content

Update to ruby 4, minimum 3.3 - #155

Merged
duanemay merged 1 commit into
mainfrom
update_ruby_4
Jul 8, 2026
Merged

Update to ruby 4, minimum 3.3#155
duanemay merged 1 commit into
mainfrom
update_ruby_4

Conversation

@duanemay

Copy link
Copy Markdown
Member

No description provided.

Matrix → ['3.3', '3.4', '4.0'], added fail-fast: false

Added required_ruby_version >= 3.3

Removed eventmachine and em-http-request runtime deps

rewrite: require 'eventmachine' → require 'socket'; module Connection + EM-based Server → TCPServer + thread-per-connection with accept_loop/handle_client; EM assertions removed from Base

Removed require 'em-http'; removed the two EM fiber test cases and the "on a fiber" context block
@duanemay

duanemay commented Jul 1, 2026

Copy link
Copy Markdown
Member Author

Requires cloudfoundry/cf-uaa-lib#108

@duanemay
duanemay requested a review from strehle July 8, 2026 15:21
@github-project-automation github-project-automation Bot moved this from Inbox to Pending Merge | Prioritized in Foundational Infrastructure Working Group Jul 8, 2026
@duanemay
duanemay merged commit cff1250 into main Jul 8, 2026
8 of 11 checks passed
@github-project-automation github-project-automation Bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Jul 8, 2026
@strehle
strehle deleted the update_ruby_4 branch July 8, 2026 21:24
@strehle strehle linked an issue Jul 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Unsupported eventmachine gem

2 participants