You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that the fix needs to be made in this gem. Before this line there should be a require 'active_support'.
Here is the relevant context: rails/rails#43852 (comment). Apparently (and this is news to me too) all usage of AS is supposed to start withrequire 'active_support'... and then you require the specific libraries you need.
Something's up with ActiveSupport, which is breaking Carmen.
To replicate: run this minimal script
And be greeted with an error like this:
Searching for the error message finds this:
rails/rails#43851
There's a fix mentioned, or possibly a workaround, which entails including some files:
The text was updated successfully, but these errors were encountered: