Skip to content

Commit

Permalink
chore(deps): Bump the bundler group with 2 updates (#349)
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 [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>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 936e142 commit ebd5298
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source "https://rubygems.org"

gem "libxml-ruby", "5.0.3"
gem "oj", "3.16.5"
gem "oj", "3.16.6"
gem "json", "2.7.2"
gem "async", "1.32.1"
gem "async-http", "0.64.2"
gem "fluentd", "1.17.1"
gem "fluent-plugin-azure-loganalytics", "0.7.0"
gem "fluent-plugin-azurestorage-gen2", "0.3.8"
gem "fluent-plugin-azurestorage-gen2", "0.3.9"
gem "fluent-plugin-cloudwatch-logs", "0.14.3"
gem "fluent-plugin-concat", "2.5.0"
gem "fluent-plugin-datadog", "0.14.4"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GEM
fluentd (>= 0.14.15, < 2)
rest-client
yajl-ruby
fluent-plugin-azurestorage-gen2 (0.3.8)
fluent-plugin-azurestorage-gen2 (0.3.9)
concurrent-ruby (~> 1.1, >= 1.1.5)
fluentd (>= 1.0, < 2)
json (~> 2.1, >= 2.1.0)
Expand Down Expand Up @@ -179,7 +179,7 @@ GEM
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.7.1)
oj (3.16.5)
oj (3.16.6)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
opensearch-api (2.2.0)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand All @@ -238,7 +238,7 @@ DEPENDENCIES
async (= 1.32.1)
async-http (= 0.64.2)
fluent-plugin-azure-loganalytics (= 0.7.0)
fluent-plugin-azurestorage-gen2 (= 0.3.8)
fluent-plugin-azurestorage-gen2 (= 0.3.9)
fluent-plugin-cloudwatch-logs (= 0.14.3)
fluent-plugin-concat (= 2.5.0)
fluent-plugin-datadog (= 0.14.4)
Expand All @@ -255,7 +255,7 @@ DEPENDENCIES
fluentd (= 1.17.1)
json (= 2.7.2)
libxml-ruby (= 5.0.3)
oj (= 3.16.5)
oj (= 3.16.6)

BUNDLED WITH
2.3.7

0 comments on commit ebd5298

Please sign in to comment.