26 lines
693 B
Diff
26 lines
693 B
Diff
From b09b800a1a0e3270997bd0dc29c9d0afb9f462cf Mon Sep 17 00:00:00 2001
|
|
From: Ahmed Badawi <ahmedbadawi@microsoft.com>
|
|
Date: Wed, 9 Nov 2022 15:16:40 -0800
|
|
Subject: [PATCH] create-patchfor-rubygem-flunetd
|
|
|
|
---
|
|
oj_options.rb | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/oj_options.rb b/oj_options.rb
|
|
index f1c274c..a76e1f8 100644
|
|
--- a/lib/fluent/oj_options.rb
|
|
+++ b/lib/fluent/oj_options.rb
|
|
@@ -11,7 +11,7 @@ module Fluent
|
|
|
|
ALLOWED_VALUES = {
|
|
'bigdecimal_load': %i[bigdecimal float auto],
|
|
- 'mode': %i[strict null compat json rails object custom]
|
|
+ 'mode': %i[strict null compat json rails custom]
|
|
}
|
|
|
|
DEFAULTS = {
|
|
--
|
|
2.37.0.windows.1
|
|
|