Skip to content

feat(deps): update dependency oj to '~> 3.16.0'

Soos requested to merge renovate/oj-3.x into master

This MR contains the following updates:

Package Update Change
oj (source, changelog) minor '~> 3.13.23' -> '~> 3.16.0'

Release Notes

ohler55/oj (oj)

v3.16.3

Compare Source

  • Fixed the gemspec to allow earlier versions of the bigdecimal gem.

v3.16.2

Compare Source

  • Fixed documentation formatting.

  • Added option to the "usual" parser to raise an error on an empty input string.

v3.16.1

Compare Source

v3.16.0

Compare Source

  • Added the float_format option.

  • Expanded the max_nesting option to allow integer values as well as the previous boolean (true or nil).

  • Skip nesting tests with Truffle Ruby in the json gem tests.

v3.15.1

Compare Source

  • Add protection against some using require 'oj/json, an internal file.

  • Fixed non-json errors when in compat mode.

v3.15.0

Compare Source

  • Added omit_null_byte option when dumping.

v3.14.3

Compare Source

  • Fixed compat parse with optimized Hash when parsing a JSON::GenericObject.

v3.14.2

Compare Source

  • Fixed check for \0 in strings.

v3.14.1

Compare Source

  • Fixed issue with uninitialized handler for Oj::Parser::Saj.

  • Fixed hang on unterminated string with a \0 byte in parse.c.

v3.14.0

Compare Source

  • Tracing is now a compile time option giving a 15 to 20% performance boost.

  • Some cleanup in the fast parser.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Soos

Merge request reports