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 2.9.1 to 2.10.0 in the all group #198

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump json from 2.9.1 to 2.10.0 in the all group
Bumps the all group with 1 update: [json](https://github.com/ruby/json).


Updates `json` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Feb 10, 2025
commit 67d233ec40afb9fb53dfd70bbee62bcb46ceb7a9
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ gem "webrick", "~> 1.9"

gem "pathutil", "~> 0.16.2"

gem "json", "~> 2.9"
gem "json", "~> 2.10"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ GEM
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.9.1)
json (2.10.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
@@ -144,7 +144,7 @@ PLATFORMS
DEPENDENCIES
jekyll (>= 3.6.3)
jekyll-feed
json (~> 2.9)
json (~> 2.10)
neat (>= 1.0.0)
pathutil (~> 0.16.2)
webrick (~> 1.9)