Skip to content

Commit

Permalink
chore(deps): Bump the bundler group with 2 updates (#365)
Browse files Browse the repository at this point in the history
Bumps the bundler group with 2 updates: [oj](https://github.com/ohler55/oj) and [json](https://github.com/ruby/json).


Updates `oj` from 3.16.6 to 3.16.7
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](ohler55/oj@v3.16.6...v3.16.7)

Updates `json` from 2.7.4 to 2.7.5
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.7.4...v2.7.5)

---
updated-dependencies:
- dependency-name: oj
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- 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 Nov 4, 2024
1 parent a2c0e37 commit 48251de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org"

gem "libxml-ruby", "5.0.3"
gem "oj", "3.16.6"
gem "json", "2.7.4"
gem "oj", "3.16.7"
gem "json", "2.7.5"
gem "async", "1.32.1"
gem "async-http", "0.64.2"
gem "fluentd", "1.17.1"
Expand Down
8 changes: 4 additions & 4 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.4)
json (2.7.5)
libxml-ruby (5.0.3)
logger (1.6.1)
ltsv (0.1.2)
Expand All @@ -181,7 +181,7 @@ GEM
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.7.1)
oj (3.16.6)
oj (3.16.7)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
opensearch-ruby (3.4.0)
Expand Down Expand Up @@ -250,9 +250,9 @@ DEPENDENCIES
fluent-plugin-s3 (= 1.7.2)
fluent-plugin-sqs (= 3.0.0)
fluentd (= 1.17.1)
json (= 2.7.4)
json (= 2.7.5)
libxml-ruby (= 5.0.3)
oj (= 3.16.6)
oj (= 3.16.7)

BUNDLED WITH
2.3.7

0 comments on commit 48251de

Please sign in to comment.