Skip to content

Commit 942686f

Browse files
committed
Require json/ext to ensure extension version gets loaded for json_gem
1 parent ec0bf44 commit 942686f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/multi_json.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def default_options=(value)
3434
REQUIREMENT_MAP = [
3535
['oj', :oj],
3636
['yajl', :yajl],
37-
['json', :json_gem],
37+
['json/ext', :json_gem],
3838
['gson', :gson],
3939
['jrjackson_r', :jr_jackson],
4040
['json/pure', :json_pure]

0 commit comments

Comments
 (0)