Skip to content

Commit 48251de

Browse files
chore(deps): Bump the bundler group with 2 updates (#365)
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>
1 parent a2c0e37 commit 48251de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source "https://rubygems.org"
22

33
gem "libxml-ruby", "5.0.3"
4-
gem "oj", "3.16.6"
5-
gem "json", "2.7.4"
4+
gem "oj", "3.16.7"
5+
gem "json", "2.7.5"
66
gem "async", "1.32.1"
77
gem "async-http", "0.64.2"
88
gem "fluentd", "1.17.1"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ GEM
166166
domain_name (~> 0.5)
167167
http_parser.rb (0.8.0)
168168
jmespath (1.6.2)
169-
json (2.7.4)
169+
json (2.7.5)
170170
libxml-ruby (5.0.3)
171171
logger (1.6.1)
172172
ltsv (0.1.2)
@@ -181,7 +181,7 @@ GEM
181181
connection_pool (~> 2.2)
182182
netrc (0.11.0)
183183
nio4r (2.7.1)
184-
oj (3.16.6)
184+
oj (3.16.7)
185185
bigdecimal (>= 3.0)
186186
ostruct (>= 0.2)
187187
opensearch-ruby (3.4.0)
@@ -250,9 +250,9 @@ DEPENDENCIES
250250
fluent-plugin-s3 (= 1.7.2)
251251
fluent-plugin-sqs (= 3.0.0)
252252
fluentd (= 1.17.1)
253-
json (= 2.7.4)
253+
json (= 2.7.5)
254254
libxml-ruby (= 5.0.3)
255-
oj (= 3.16.6)
255+
oj (= 3.16.7)
256256

257257
BUNDLED WITH
258258
2.3.7

0 commit comments

Comments
 (0)