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
After upgrading, I get the following error:
Unrecognized ActiveSupport::Cache.format_version: 7.2 (ArgumentError)
raise ArgumentError, "Unrecognized ActiveSupport::Cache.format_version: #{Cache.format_version.inspect}"
I suspect the error orginates from lib/motor/assets where Cache is used.
The text was updated successfully, but these errors were encountered:
After upgrading, I get the following error:
Unrecognized ActiveSupport::Cache.format_version: 7.2 (ArgumentError)
raise ArgumentError, "Unrecognized ActiveSupport::Cache.format_version: #{Cache.format_version.inspect}"
I suspect the error orginates from lib/motor/assets where Cache is used.
The text was updated successfully, but these errors were encountered: