lib/grape/util/inheritable_values.rb in grape-0.12.0 vs lib/grape/util/inheritable_values.rb in grape-0.13.0

- old
+ new

@@ -34,10 +34,10 @@ end def initialize_copy(other) super self.inherited_values = other.inherited_values - self.new_values = other.new_values.deep_dup + self.new_values = other.new_values.dup end protected def values