Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ json (~> 1.8 → ~> 2.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 45 commits:
Merge branch 'master' of github.com:flori/json
It's more trouble than it's worth.
Use which to resolve to actual path
[fix] 2.5 compat on JRuby 9.2 Fixnum/Bignum -> Integer
Always use underscore for match string
Upgrade version to 1.6
Bump version to 2.2.0
Add some missing ruby 2.6 changes
Fix a typo.
Fix for bigdecimal updates
Merge pull request #366 from sho-h/fix-ascii_only-document
Add some missing ruby 2.6 changes
Merge pull request #369 from sho-h/fix-typo
Fix a typo.
fix JSON::Generator::State#ascii_only? document same as lib/json/pure/generator.rb.
Merge pull request #362 from mrkn/update_for_bigdecimal
Merge pull request #359 from flori/pick-ruby-core
Merge pull request #363 from yui-knk/fix_typos
Article is duplicated
"load the" is duplicated
Fix for bigdecimal updates
Merge pull request #360 from flori/remove-control-chars
Removed control characters from gemspec
Fixup 0d1c2a0f0e62839ccc049cbd3b0810e276d1e1ca
ext/json/parser/parser.c: do not call rb_str_resize() on Time object
Fix missed update of parser source in r62429
Temporary ignored CI result of JRuby. see https://github.com/flori/json/pull/355
Merge pull request #352 from nicolasleger/patch-1
Merge pull request #340 from lostapathy/fix_travis_widget
[CI] Test against Ruby 2.5
fix link in travis widget
Allow failing 1.9.3 on travis
JSON marshalling support for Set and SortedSet
Merge pull request #332 from perlun/patch-3
Merge branch 'master' of github.com:flori/json
Merge branch 'master' of storage.gate.ping.de:/git/json
simplecov breaks testing => removed
Merge pull request #335 from hsbt/added-bigdecimal
Added missing bigdecimal for its test
README: Added note about json/add/exception
Merge pull request #330 from perlun/patch-1
Merge branch 'master' into patch-1
Merge pull request #331 from perlun/patch-2
Fixed json_create example to use create_additions = true
README: Fixed code examples to start in the left-most column
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands