Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump the bundler group across 1 directory with 3 updates #338

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "libxml-ruby", "5.0.3"
gem "oj", "3.16.4"
gem "oj", "3.16.5"
gem "json", "2.7.2"
gem "async", "1.32.1"
gem "async-http", "0.64.2"
Expand All @@ -13,9 +13,9 @@ gem "fluent-plugin-concat", "2.5.0"
gem "fluent-plugin-datadog", "0.14.4"
gem "fluent-plugin-elasticsearch", "5.4.3"
gem "fluent-plugin-grafana-loki", "1.2.20"
gem "fluent-plugin-kafka", "0.19.2"
gem "fluent-plugin-kafka", "0.19.3"
gem "fluent-plugin-opensearch", "1.1.4"
gem "fluent-plugin-prometheus", "2.1.0"
gem "fluent-plugin-prometheus", "2.2.0"
gem "fluent-plugin-record-modifier", "2.2.0"
gem "fluent-plugin-rewrite-tag-filter", "2.4.0"
gem "fluent-plugin-route", "1.0.0"
Expand Down
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
rest-client
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
console (1.24.0)
fiber-annotation
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
fluentd (>= 0.14.22)
fluent-plugin-grafana-loki (1.2.20)
fluentd (>= 1.9.3, < 2)
fluent-plugin-kafka (0.19.2)
fluent-plugin-kafka (0.19.3)
fluentd (>= 0.10.58, < 2)
ltsv
ruby-kafka (>= 1.5.0, < 2)
Expand All @@ -122,7 +122,7 @@ GEM
faraday_middleware-aws-sigv4 (~> 1.0.1)
fluentd (>= 0.14.22)
opensearch-ruby
fluent-plugin-prometheus (2.1.0)
fluent-plugin-prometheus (2.2.0)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
fluent-plugin-record-modifier (2.2.0)
Expand Down Expand Up @@ -174,8 +174,9 @@ GEM
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.7.1)
oj (3.16.4)
oj (3.16.5)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
opensearch-api (2.2.0)
multi_json
opensearch-ruby (2.1.0)
Expand All @@ -184,15 +185,17 @@ GEM
opensearch-transport (2.1.0)
faraday (>= 1.0, < 3)
multi_json
prometheus-client (4.1.0)
ostruct (0.6.0)
prometheus-client (4.2.3)
base64
protocol-hpack (1.4.3)
protocol-http (0.26.4)
protocol-http1 (0.19.1)
protocol-http (~> 0.22)
protocol-http2 (0.16.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
rake (13.0.6)
rake (13.2.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -236,9 +239,9 @@ DEPENDENCIES
fluent-plugin-datadog (= 0.14.4)
fluent-plugin-elasticsearch (= 5.4.3)
fluent-plugin-grafana-loki (= 1.2.20)
fluent-plugin-kafka (= 0.19.2)
fluent-plugin-kafka (= 0.19.3)
fluent-plugin-opensearch (= 1.1.4)
fluent-plugin-prometheus (= 2.1.0)
fluent-plugin-prometheus (= 2.2.0)
fluent-plugin-record-modifier (= 2.2.0)
fluent-plugin-rewrite-tag-filter (= 2.4.0)
fluent-plugin-route (= 1.0.0)
Expand All @@ -247,7 +250,7 @@ DEPENDENCIES
fluentd (= 1.17.0)
json (= 2.7.2)
libxml-ruby (= 5.0.3)
oj (= 3.16.4)
oj (= 3.16.5)

BUNDLED WITH
2.3.7
Loading