-
Notifications
You must be signed in to change notification settings - Fork 360
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
Ruby 3.3 support #3559
Comments
I think those are the only issues for The terrible hacks I did to test that we definitely shouldn't do are
see this aptly named branch for what I did (and let's not do what I did on the branch, or at least do it not so quick and dirty) |
We're blocked on this bug introduced in Bundler 2.5.17, since the bosh ruby package provides bundler 2.5.22 and BOSH compilation VMs do not have git present: |
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 threeRegexp.new
with 3rd argument dwaite/cookiejar#52There may be more but this is what I hit so far
Steps to Reproduce
run
bundle exec rake
while using ruby 3.3Expected result
it works
Current result
it's sad
Possible Fix
see context
name of issue
screenshotno
The text was updated successfully, but these errors were encountered: