progit2
progit2 copied to clipboard
Update json requirement from 2.6.3 to 2.7.1
Updates the requirements on json to permit the latest version.
Release notes
Sourced from json's releases.
v2.7.1
What's Changed
Improved
- [DOC] RDoc for additions by
@BurdetteLamarin flori/json#557Fixed
- JSON.dump: handle unenclosed hashes regression by
@casperisfinein flori/json#554- Overload kwargs in JSON.dump by
@k0kubunin flori/json#556- Fix JSON.dump overload combination by
@tompngin flori/json#558Misc
- Remove needless encodings by
@hsbtin flori/json#559- Unify versions by
@hsbtin flori/json#560New Contributors
@k0kubunmade their first contribution in flori/json#556@tompngmade their first contribution in flori/json#558Full Changelog: https://github.com/flori/json/compare/v2.7.0...v2.7.1
Changelog
Sourced from json's changelog.
2023-12-05 (2.7.1)
- JSON.dump: handle unenclosed hashes regression #554
- Overload kwargs in JSON.dump #556
- [DOC] RDoc for additions #557
- Fix JSON.dump overload combination #558
2023-12-01 (2.7.0)
- Add a strict option to Generator #519
escape_slashoption was renamed asscript_safeand now also escape U+2028 and U+2029.escape_slashis now an alias ofscript_safe#525- Remove unnecessary initialization of create_id in JSON.parse() #454
- Improvements to Hash#to_json in pure implementation generator #203
- Use ruby_xfree to free buffers #518
- Fix "unexpected token" offset for Infinity #507
- Avoid using deprecated BigDecimal.new on JRuby #546
- Removed code for Ruby 1.8 #540
- Rename JSON::ParseError to JSON:ParserError #530
- Call super in included hook #486
- JRuby requires a minimum of Java 8 #516
- Always indent even if empty #517
2022-11-30 (2.6.3)
- bugfix json/pure mixing escaped with literal unicode raises Encoding::CompatibilityError #483
- Stop including the parser source LINE in exceptions #470
2022-11-17 (2.6.2)
- Remove unknown keyword arg from DateTime.parse #488
- Ignore java artifacts by
@hsbt#489- Fix parser bug for empty string allocation #496
2021-10-24 (2.6.1)
- Restore version.rb with 2.6.1
2021-10-14 (2.6.0)
- Use
rb_enc_interned_strif available to reduce allocations infreeze: truemode. #451.- Bump required_ruby_version to 2.3.
- Fix compatibility with
GC.compact.- Fix some compilation warnings. #469
2020-12-22 (2.5.1)
- Restore the compatibility for constants of JSON class.
2020-12-22 (2.5.0)
... (truncated)
Commits
a1af7a3Bump up 2.7.10242621Changelog for 2.7.1a561ed9Removed needless assignmented59dbbMerge pull request #560 from flori/unify-versions113ade8Removed obsoleted version definition3ef57b5Detect json version from version.rbda84ab4Merge pull request #559 from flori/remove-needless-encodings39d6c85cosmetics11b3121The modern Ruby uses utf-8 encodings by default3f2efd6[DOC] RDoc for additions (#557)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.