Skip to content

Commit

Permalink
It is compat, and not concat
Browse files Browse the repository at this point in the history
Signed-off-by: Conor Evans <coevans@tcd.ie>
  • Loading branch information
conorevans committed Apr 4, 2021
1 parent a6623bc commit 020693a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fluent/env_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ class OjOptions

OJ_OPTIONS_ALLOWED_VALUES = {
'bigdecimal_load': %i[bigdecimal float auto],
'mode': %i[strict null concat json rails object custom]
'mode': %i[strict null compat json rails object custom]
}

OJ_OPTIONS_DEFAULTS = {
'bigdecimal_load': :float,
'mode': :concat,
'mode': :compat,
'use_to_json': true
}

Expand Down

0 comments on commit 020693a

Please sign in to comment.