--- latest_string_writer --- -e:1:in `new': indent is limited to 16 characters. (ArgumentError) require 'oj'; puts Oj::VERSION; w = Oj::StringWriter.new(indent: 2147483647); w.push_array; w.push_value(1); w.pop_all; puts 'completed' ^^^^^^^^^^^^^^^^^^ from -e:1:in `
' 3.17.3