Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19.1
Choose a base ref
...
head repository: ruby/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 16, 2026

  1. Bump actions/create-github-app-token from 2 to 3

    Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3.
    - [Release notes](https://github.com/actions/create-github-app-token/releases)
    - [Commits](actions/create-github-app-token@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/create-github-app-token
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    7187315 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #953 from ruby/dependabot/github_actions/actions/c…

    …reate-github-app-token-3
    
    Bump actions/create-github-app-token from 2 to 3
    hsbt authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    dbf6bb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Fix a format string injection vulnerability

    In `JSON.parse(doc, allow_duplicate_key: false)`.
    byroot committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    393b41c View commit details
    Browse the repository at this point in the history
  2. Release 2.19.2

    byroot committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    54f8a87 View commit details
    Browse the repository at this point in the history
Loading