Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require activesupport prior to core_ext/string
When running the test suite with activesupport version 7, an unitialized constant error for `XmlMini::IsolatedExecutionState` is raised. As described here: - rails/rails#43851 - rails/rails#43852 The resolution for this is to first require `active_support` before requiring `core_ext/string` so that autoloading happens correctly.
- Loading branch information