Skip to content

Commit

Permalink
Remove cbor from embedded help
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Nov 17, 2021
1 parent 20ecc9b commit 56e4c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/embedded_help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ module Kernel
'jaro_winkler_ext' => 'init_jaro_winkler_ext',\
'pycall.so' => 'init_pycall',\
'pycall.dll' => 'init_pycall',\
'cbor/cbor' => 'init_cbor',\
'msgpack/msgpack' => 'init_msgpack'
#'cbor/cbor' => 'init_cbor',\
}

def require_embedded_extension path
Expand Down

0 comments on commit 56e4c0e

Please sign in to comment.