Skip to content

Commit

Permalink
pin logs-concentrator gemfile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Apr 24, 2023
1 parent 5d8eb99 commit 25b06a1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
7 changes: 4 additions & 3 deletions logs-concentrator/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "fluent-plugin-elasticsearch"
gem "fluent-plugin-opensearch"
gem "fluent-plugin-prometheus"
gem "fluent-plugin-elasticsearch", "5.2.4"
gem "fluent-plugin-opensearch", "1.0.9"
gem "fluent-plugin-prometheus", "2.0.3"
gem "fluentd", "1.15.3"
41 changes: 21 additions & 20 deletions logs-concentrator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.2.0)
aws-partitions (1.687.0)
aws-sdk-core (3.168.4)
aws-partitions (1.752.0)
aws-sdk-core (3.171.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
cool.io (1.7.1)
elastic-transport (8.1.0)
elastic-transport (8.2.1)
faraday (< 3)
multi_json
elasticsearch (8.5.2)
elasticsearch (8.7.0)
elastic-transport (~> 8)
elasticsearch-api (= 8.5.2)
elasticsearch-api (8.5.2)
elasticsearch-api (= 8.7.0)
elasticsearch-api (8.7.0)
multi_json
excon (0.96.0)
faraday (1.10.2)
excon (0.99.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -76,26 +76,26 @@ GEM
yajl-ruby (~> 1.0)
http_parser.rb (0.8.0)
jmespath (1.6.2)
msgpack (1.6.0)
msgpack (1.7.0)
multi_json (1.15.0)
multipart-post (2.2.3)
opensearch-api (2.1.0)
multipart-post (2.3.0)
opensearch-api (2.2.0)
multi_json
opensearch-ruby (2.1.0)
opensearch-api (~> 2.1)
opensearch-transport (~> 2.0)
opensearch-transport (2.1.0)
faraday (>= 1.0, < 3)
multi_json
prometheus-client (4.0.0)
prometheus-client (4.1.0)
ruby2_keywords (0.0.5)
serverengine (2.3.1)
serverengine (2.3.2)
sigdump (~> 0.2.2)
sigdump (0.2.4)
strptime (0.2.5)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.7)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
webrick (1.7.0)
yajl-ruby (1.4.3)
Expand All @@ -104,9 +104,10 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
fluent-plugin-elasticsearch
fluent-plugin-opensearch
fluent-plugin-prometheus
fluent-plugin-elasticsearch (= 5.2.4)
fluent-plugin-opensearch (= 1.0.9)
fluent-plugin-prometheus (= 2.0.3)
fluentd (= 1.15.3)

BUNDLED WITH
2.3.25
2.4.6

0 comments on commit 25b06a1

Please sign in to comment.