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
@BurdetteLamar
in flori/json#557Fixed
- JSON.dump: handle unenclosed hashes regression by
@casperisfine
in flori/json#554- Overload kwargs in JSON.dump by
@k0kubun
in flori/json#556- Fix JSON.dump overload combination by
@tompng
in flori/json#558Misc
- Remove needless encodings by
@hsbt
in flori/json#559- Unify versions by
@hsbt
in flori/json#560New Contributors
@k0kubun
made their first contribution in flori/json#556@tompng
made 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_slash
option was renamed asscript_safe
and now also escape U+2028 and U+2029.escape_slash
is 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_str
if available to reduce allocations infreeze: true
mode. #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
a1af7a3
Bump up 2.7.10242621
Changelog for 2.7.1a561ed9
Removed needless assignmented59dbb
Merge pull request #560 from flori/unify-versions113ade8
Removed obsoleted version definition3ef57b5
Detect json version from version.rbda84ab4
Merge pull request #559 from flori/remove-needless-encodings39d6c85
cosmetics11b3121
The 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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.