Ruby on rails 使用Marshal.load()序列化数据时出错

Ruby on rails 使用Marshal.load()序列化数据时出错,ruby-on-rails,Ruby On Rails,在使用封送处理库对数据进行序列化时,我遇到了一个问题。我正在使用act_as_版本插件下载以前的版本文件,但是当我使用Marshal.load解析数据时,我得到了一个错误 TypeError Exception: incompatible marshal file format (can't be read) format version 4.8 required; 45.45 given 请帮忙解决这个问题

在使用封送处理库对数据进行序列化时,我遇到了一个问题。我正在使用act_as_版本插件下载以前的版本文件,但是当我使用Marshal.load解析数据时,我得到了一个错误

TypeError Exception: incompatible marshal file format (can't be read) format version 4.8 required; 45.45 given
请帮忙解决这个问题