-
Notifications
You must be signed in to change notification settings - Fork 983
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
rspec testsuite error with ruby3.4.0dev #1602
Comments
@mtasaka Thanks for the report! Would you like to make a PR with a conditional step in the test suite, checking differently for Ruby 3.4+? |
Or bonus points if we can change the test so that it doesn't rely on |
mtasaka
added a commit
to mtasaka/faraday
that referenced
this issue
Dec 3, 2024
ruby 3.4 changes Hash#inspect formatting as: https://bugs.ruby-lang.org/issues/20433 Closes lostisland#1602
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing with
ruby 3.4.0dev (2024-12-01 master 96fac34797) +PRISM [x86_64-linux]
ruby/ruby@96fac34
faraday git head
f9f4ce5
causes rspec testsuite failure like below.
The text was updated successfully, but these errors were encountered: