diff options
author | Jean Boussier <[email protected]> | 2024-11-05 16:35:58 +0100 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2024-11-05 18:00:36 +0100 |
commit | ca8f21ace86e9c7ab184b3f0087ff458c06b178c (patch) | |
tree | e5a4c05ba4bff8d9dc19963936d2c81248200881 /ext/json/lib/json.rb | |
parent | e8522f06b51f86214d28259118c736ac8951d8cd (diff) |
[ruby/json] Resync
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12003
Diffstat (limited to 'ext/json/lib/json.rb')
-rw-r--r-- | ext/json/lib/json.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/json/lib/json.rb b/ext/json/lib/json.rb index c28e853e13..dfd9b7dfc2 100644 --- a/ext/json/lib/json.rb +++ b/ext/json/lib/json.rb @@ -583,10 +583,5 @@ require 'json/common' # module JSON require 'json/version' - - begin - require 'json/ext' - rescue LoadError - require 'json/pure' - end + require 'json/ext' end |