We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905a628 commit af8bd97Copy full SHA for af8bd97
1 file changed
lib/multi_json.rb
@@ -47,8 +47,8 @@ def default_options=(value)
47
def default_adapter
48
return :oj if defined?(::Oj)
49
return :yajl if defined?(::Yajl)
50
- return :json_gem if defined?(::JSON)
51
return :jr_jackson if defined?(::JrJackson)
+ return :json_gem if defined?(::JSON)
52
return :gson if defined?(::Gson)
53
54
REQUIREMENT_MAP.each do |(library, adapter)|
0 commit comments