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.5.1 to 1.5.5 #24

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 2, 2019

Bumps json from 1.5.1 to 1.5.5.

Changelog

Sourced from json's changelog.

2013-02-04 (1.5.5)

  • 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.
  • Backport change that corrects Time serialisation/deserialisation on some
    platforms.
    2011-08-31 (1.5.4)
  • Fix memory leak when used from multiple JRuby. (Patch by
    jfirebaugh@github).
  • Apply patch by Eric Wong [email protected] that fixes garbage collection problem
    reported in https://github-redirect.dependabot.com/flori/json/issues/46.
  • Add :quirks_mode option to parser and generator.
  • Add support for Rational and Complex number additions via json/add/complex
    and json/add/rational requires.
    2011-06-20 (1.5.3)
  • Alias State#configure method as State#merge to increase duck type synonymy with Hash.
  • Add as_json methods in json/add/core, so rails can create its json objects
    the new way.
    2011-05-11 (1.5.2)
  • Apply documentation patch by Cory Monty [email protected].
  • Add gemspecs for json and json_pure.
  • Fix bug in jruby pretty printing.
  • Fix bug in object_class and array_class when inheriting from Hash or Array.
Commits
  • 79fa7f3 Security fix create_additons problem 1.5.5
  • 3dab4c5 Add some documentation
  • 0dd975a Move rational and complex additions in own files
  • 2149f41 We don't need RB_GC_GUARD for rbx.
  • e634311 Apply patch by Eric Wong <[email protected]>
  • 2b5de6d Merge branch 'quirks-mode'
  • fe046d6 Merge pull request #89 from drbrain/master
  • 1ac05b9 Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203]
  • cc91395 Merge pull request #88 from michaelklishin/patch-1
  • f348175 travis-ci.org provides 1.9.3[-preview1]
  • 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2019
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 28, 2020

Superseded by #25.

@dependabot dependabot bot closed this Jul 28, 2020
@dependabot dependabot bot deleted the dependabot/bundler/json-1.5.5 branch July 28, 2020 04:00
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