Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warn about Ruby 3 incompatibility. #91

Closed
wants to merge 1 commit into from
Closed

warn about Ruby 3 incompatibility. #91

wants to merge 1 commit into from

Conversation

TreyE
Copy link
Contributor

@TreyE TreyE commented Aug 1, 2023

Currently event source uses several methods that were deprecated (particularly on URI) in Ruby 2.7 and removed entirely in Ruby 3. As a result, we should prevent the installation of event_source into Ruby 3 projects until the issue is corrected.

Furthermore, we should create a matrix testing run for various ruby versions when we correct the issue, so the event source tests will be executed against a variety of Ruby versions and issues like this will be spotted in the future.

@saikumar9 saikumar9 changed the title Warn about Ruby 3 incompatibility. warn about Ruby 3 incompatibility. Aug 2, 2023
@TreyE
Copy link
Contributor Author

TreyE commented Aug 2, 2023

This ticket has been made obsolete by #92.

@TreyE TreyE closed this Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants