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
when I try to update to latest 4.1 i have this on my specs
TypeError:
no _dump_data is defined for class Liquid::C::ResourceLimits
error come from this :
Rails.cache.fetch("render_template/liquid_template/website/#{template_version}/#{name}".freeze, compress: true) do
Liquid::Template.new.parse(body)
end
my current version is 4.0. liquid 5.3, ruby 2.7.5, rails 5.2.7
Any idea ? Thanks !
The text was updated successfully, but these errors were encountered:
We never intended to support a marshal dump of the liquid-c compiled code. There were some PRs to add proper serialization and deserialization support for a use case like this, but they haven't been merged yet.
Hello there,
when I try to update to latest 4.1 i have this on my specs
error come from this :
my current version is 4.0. liquid 5.3, ruby 2.7.5, rails 5.2.7
Any idea ? Thanks !
The text was updated successfully, but these errors were encountered: