Skip to content

Commit

Permalink
chore(deps): Bump json from 2.8.2 to 2.9.0 in the bundler group
Browse files Browse the repository at this point in the history
Bumps the bundler group with 1 update: [json](https://github.com/ruby/json).


Updates `json` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.8.2...v2.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent aebec1b commit f417098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "libxml-ruby", "5.0.3"
gem "oj", "3.16.7"
gem "json", "2.8.2"
gem "json", "2.9.0"
gem "async", "2.21.1"
gem "async-http", "0.86.0"
gem "fluentd", "1.18.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
io-event (1.7.4)
io-stream (0.6.1)
jmespath (1.6.2)
json (2.8.2)
json (2.9.0)
libxml-ruby (5.0.3)
logger (1.6.1)
ltsv (0.1.2)
Expand Down Expand Up @@ -257,7 +257,7 @@ DEPENDENCIES
fluent-plugin-s3 (= 1.8.1)
fluent-plugin-sqs (= 3.0.0)
fluentd (= 1.18.0)
json (= 2.8.2)
json (= 2.9.0)
libxml-ruby (= 5.0.3)
oj (= 3.16.7)

Expand Down

0 comments on commit f417098

Please sign in to comment.