Class: Dynamoid::Undumping::SerializedUndumper

Inherits:
Base
  • Object
show all
Defined in:
lib/dynamoid/undumping.rb

Constant Summary collapse

YAML_SAFE_LOAD =

Once we drop support for Rubies older than 2.6 we can remove this conditional (with major version bump)! YAML_SAFE_LOAD = minimum_ruby_version.call(“2.6”) But we don’t want to change behavior for Ruby <= 3.0 that has been using the gem, without a major version bump

minimum_ruby_version.call('3.1')