Skip to content

Commit

Permalink
chore(deps): Bump json from 2.7.2 to 2.7.4 in the bundler group (#363)
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.7.2 to 2.7.4
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.7.2...v2.7.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 247f39a commit b64e509
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.6"
gem "json", "2.7.2"
gem "json", "2.7.4"
gem "async", "1.32.1"
gem "async-http", "0.64.2"
gem "fluentd", "1.17.1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ GEM
domain_name (~> 0.5)
http_parser.rb (0.8.0)
jmespath (1.6.2)
json (2.7.2)
json (2.7.4)
libxml-ruby (5.0.3)
logger (1.6.1)
ltsv (0.1.2)
Expand Down Expand Up @@ -250,7 +250,7 @@ DEPENDENCIES
fluent-plugin-s3 (= 1.7.2)
fluent-plugin-sqs (= 3.0.0)
fluentd (= 1.17.1)
json (= 2.7.2)
json (= 2.7.4)
libxml-ruby (= 5.0.3)
oj (= 3.16.6)

Expand Down

0 comments on commit b64e509

Please sign in to comment.