Skip to content

Commit ebd5298

Browse files
chore(deps): Bump the bundler group with 2 updates (#349)
Bumps the bundler group with 2 updates: [oj](https://github.com/ohler55/oj) and [fluent-plugin-azurestorage-gen2](https://github.com/oleewere/fluent-plugin-azurestorage-gen2). Updates `oj` from 3.16.5 to 3.16.6 - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md) - [Commits](ohler55/oj@v3.16.5...v3.16.6) Updates `fluent-plugin-azurestorage-gen2` from 0.3.8 to 0.3.9 - [Commits](oleewere/fluent-plugin-azurestorage-gen2@v0.3.8...v0.3.9) --- updated-dependencies: - dependency-name: oj dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: fluent-plugin-azurestorage-gen2 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 936e142 commit ebd5298

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

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

33
gem "libxml-ruby", "5.0.3"
4-
gem "oj", "3.16.5"
4+
gem "oj", "3.16.6"
55
gem "json", "2.7.2"
66
gem "async", "1.32.1"
77
gem "async-http", "0.64.2"
88
gem "fluentd", "1.17.1"
99
gem "fluent-plugin-azure-loganalytics", "0.7.0"
10-
gem "fluent-plugin-azurestorage-gen2", "0.3.8"
10+
gem "fluent-plugin-azurestorage-gen2", "0.3.9"
1111
gem "fluent-plugin-cloudwatch-logs", "0.14.3"
1212
gem "fluent-plugin-concat", "2.5.0"
1313
gem "fluent-plugin-datadog", "0.14.4"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GEM
9090
fluentd (>= 0.14.15, < 2)
9191
rest-client
9292
yajl-ruby
93-
fluent-plugin-azurestorage-gen2 (0.3.8)
93+
fluent-plugin-azurestorage-gen2 (0.3.9)
9494
concurrent-ruby (~> 1.1, >= 1.1.5)
9595
fluentd (>= 1.0, < 2)
9696
json (~> 2.1, >= 2.1.0)
@@ -179,7 +179,7 @@ GEM
179179
connection_pool (~> 2.2)
180180
netrc (0.11.0)
181181
nio4r (2.7.1)
182-
oj (3.16.5)
182+
oj (3.16.6)
183183
bigdecimal (>= 3.0)
184184
ostruct (>= 0.2)
185185
opensearch-api (2.2.0)
@@ -218,7 +218,7 @@ GEM
218218
ethon (>= 0.9.0)
219219
tzinfo (2.0.6)
220220
concurrent-ruby (~> 1.0)
221-
tzinfo-data (1.2024.1)
221+
tzinfo-data (1.2024.2)
222222
tzinfo (>= 1.0.0)
223223
unf (0.1.4)
224224
unf_ext
@@ -238,7 +238,7 @@ DEPENDENCIES
238238
async (= 1.32.1)
239239
async-http (= 0.64.2)
240240
fluent-plugin-azure-loganalytics (= 0.7.0)
241-
fluent-plugin-azurestorage-gen2 (= 0.3.8)
241+
fluent-plugin-azurestorage-gen2 (= 0.3.9)
242242
fluent-plugin-cloudwatch-logs (= 0.14.3)
243243
fluent-plugin-concat (= 2.5.0)
244244
fluent-plugin-datadog (= 0.14.4)
@@ -255,7 +255,7 @@ DEPENDENCIES
255255
fluentd (= 1.17.1)
256256
json (= 2.7.2)
257257
libxml-ruby (= 5.0.3)
258-
oj (= 3.16.5)
258+
oj (= 3.16.6)
259259

260260
BUNDLED WITH
261261
2.3.7

0 commit comments

Comments
 (0)