Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump json from 1.6.1 to 1.6.8 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 14, 2019

Bumps json from 1.6.1 to 1.6.8.

Changelog

Sourced from json's changelog.

2013-02-04 (1.6.8)

  • Security fix for JSON create_additions default value. It should not be
    possible to create additions unless
    explicitely requested by setting the create_additions argument to true or
    using the JSON.load/dump interface.
    2012-04-27 (1.6.7)
  • Fix possible crash when trying to parse nil value.
    2012-02-11 (1.6.6)
  • Propagate src encoding to values made from it (fixes 1.9 mode converting
    everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo
    tom.enebo@gmail.com), should fix
    https://github.com/flori/json/issues#issue/119.
  • Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens.
  • Fix https://github.com/flori/json/issues#issue/117
    2012-01-15 (1.6.5)
  • Vit Ondruch v.ondruch@tiscali.cz reported a bug that shows up when using
    optimisation under GCC 4.7. Thx to him, Bohuslav Kabrda
    bkabrda@redhat.com and Yui NARUSE naruse@airemix.jp for debugging and
    developing a patch fix.
    2011-12-24 (1.6.4)
  • Patches that improve speed on JRuby contributed by Charles Oliver Nutter
    headius@headius.com.
  • Support object_class/array_class with duck typed hash/array.
    2011-12-01 (1.6.3)
  • Let JSON.load('') return nil as well to make mysql text columns (default to
    '') work better for serialization.
    2011-11-21 (1.6.2)
  • Add support for OpenStruct and BigDecimal.
  • Fix bug when parsing nil in quirks_mode.
  • Make JSON.dump and JSON.load methods better cooperate with Rails' serialize
    method. Just use: serialize :value, JSON
  • Fix bug with time serialization concerning nanoseconds. Thanks for the
    patch go to Josh Partlow (jpartlow@github).
  • Improve parsing speed for JSON numbers (integers and floats) in a similar way to
    what Evan Phoenix evan@phx.io suggested in:
    flori/json#103
Commits
  • 3ce359b Security fix for create_additions problem 1.6.8
  • 93b31b8 Merge branch 'master' of github.com:/flori/json
  • 1b449c7 new version 1.6.7
  • 7f64f21 Throw exception unless source is a string
  • 7c6e8cd Rename test names according to file
  • 3c1e226 new rubygems
  • c6801b6 Add implementation for a light object
  • f7ed2c6 Add implementation for a light object
  • 0f0f08a change the CHANGES
  • fc740f5 Add a comment mentioning some limitiation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [json](https://github.com/flori/json) from 1.6.1 to 1.6.8.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/v1.6.8/CHANGES)
- [Commits](ruby/json@v1.6.1...v1.6.8)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2019
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 28, 2020

Superseded by #9.

@dependabot dependabot bot closed this Jul 28, 2020
@dependabot dependabot bot deleted the dependabot/bundler/json-1.6.8 branch July 28, 2020 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants