-
Notifications
You must be signed in to change notification settings - Fork 367
Open
Description
Thanks for submitting an issue to cloud_controller_ng. We are always trying to improve! To help us, please fill out the following template.
Issue
Ruby 3.3 requires some changes based on quick tests with ruby-3.3.0-rc
Context
Two issues (so far) related to Regexp.new expecting 2 arguments but getting three
- rfc822 - (used in cloud controller in these two places only) https://github.com/mspanc/rfc822/blob/master/lib/rfc822.rb#L16
- cookiejar - (which is a dependency of em-http-request) Suppress deprecation warning for
Regexp.newwith 3rd argument dwaite/cookiejar#52
There may be more but this is what I hit so far
Steps to Reproduce
run bundle exec rake while using ruby 3.3
Expected result
it works
Current result
it's sad
Possible Fix
see context
name of issue screenshot
no
Metadata
Metadata
Assignees
Labels
No labels