-
Notifications
You must be signed in to change notification settings - Fork 2
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
uninitialized constant ActiveSupport::XmlMini::IsolatedExecutionState #19
Comments
Thanks for reporting 👍 I tried it myself and reproduced it:
I tried to run CI on Ruby 3.0 at this PR: but unfortunately this problem was in untested area, so I could not detect it by CI... |
Reproduced at Ruby 2.7.2, so this is not related to Ruby version, but probably Rails version (due to Rails 7?)
|
Fixed at #22 and released v0.10.0 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding
require "active_support/isolated_execution_state"
to the top offaraday_response_middleware.rb
seems to fix it (Workaround from rails/rails#43851).Installation using bundle, on Ruby 3.0+Linux.
The text was updated successfully, but these errors were encountered: