--- fixed_default_options --- -e:1:in `default_options=': indent is limited to 16 characters. (ArgumentError) require 'oj'; puts Oj::VERSION; Oj.default_options = {indent: 2147483647}; Oj.dump({a: 1}); puts 'completed' ^^^^^^^^^^^^^^^^^^^^ from -e:1:in `
' 3.17.2