This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Update dependency json_pure to '<= 2.8.1'#21
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'<= 2.0.1'→'<= 2.8.1'Release Notes
ruby/json (json_pure)
v2.8.1Compare Source
v2.8.0Compare Source
JSON.loadcreate custom types without thecreate_additionsoption being explicitly enabled.JSON.unsafe_load(string)orJSON.load(string, create_additions: true).ASCII_8BITakaBINARY.allow_trailing_comma: true, which in cunjunction with thepre-existing support for comments, make it suitable to parse
jsoncdocuments.JSON.parseandJSON.load, up to1.7xfaster on real world documents.JSON.dumpandJSON.generate.JSON.pretty_generateno longer includes newlines inside empty object and arrays.v2.7.6Compare Source
to_jsonon them.v2.7.5Compare Source
#to_jsonmethods raise an exception.nilinstead of"".json_pureandjsonbeing loaded.v2.7.4Compare Source
This bug would cause some gems with native extension to fail during compilation.
jsonandjson_purebeing loaded (not officially supported).json_pureRactor compatible.v2.7.3Compare Source
JSON.generateandJSON.dump(up to 2 times faster).Object#to_jsonto accept non-state arguments.json-pure.JSON.parseto no longer mutate the argument encoding when passed an ASCII-8BIT string.String#to_jsonto raise on invalid encoding injson-pure.strictmode injson-pureto not break on Integer.v2.7.2Compare Source
v2.7.1Compare Source
v2.7.0Compare Source
escape_slashoption was renamed asscript_safeand now also escape U+2028 and U+2029.escape_slashis now an alias ofscript_safe#525v2.6.3Compare Source
v2.6.2Compare Source
v2.6.1Compare Source
v2.6.0Compare Source
rb_enc_interned_strif available to reduce allocations infreeze: truemode. #451.GC.compact.v2.5.1Compare Source
v2.5.0Compare Source
v2.4.1Compare Source
v2.4.0Compare Source
v2.3.1Compare Source
Kline.
Shepelev.
Bucek.
request #384 by Jeremy Evans.
Lafortune.
Lafortune.
Lamar.
v2.3.0Compare Source
create_additionsto always befalseforJSON(user_input)and
JSON.parse(user_input, nil).Note that
JSON.loadremains with defaulttrueand is meant for internalserialization of trusted data. [CVE-2020-10663]
v2.2.0Compare Source
v2.1.0Compare Source
decimal_classoption to specify a class as which to parseJSON float numbers.
v2.0.4Compare Source
sequences. This problem was reported by Daniel Gollahon (dgollahon).
Sherif (ahmadsherif).
v2.0.3Compare Source
required_ruby_versionto 1.9v2.0.2Compare Source
required_ruby_versionfor json_pure.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.