Skip to content

Commit

Permalink
Merge pull request #67 from uselagoon/update-gemfile-locks
Browse files Browse the repository at this point in the history
chore: update latest gemfile.lock
  • Loading branch information
tobybellwood authored May 17, 2024
2 parents 3ff8d13 + 98a63f4 commit 803bf15
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 deletions logs-concentrator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.2.0)
aws-partitions (1.844.0)
aws-sdk-core (3.186.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-eventstream (1.3.0)
aws-partitions (1.930.0)
aws-sdk-core (3.196.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sigv4 (1.6.1)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
concurrent-ruby (1.2.3)
cool.io (1.8.0)
elastic-transport (8.3.0)
elastic-transport (8.3.2)
faraday (< 3)
multi_json
elasticsearch (8.11.0)
elasticsearch (8.13.0)
elastic-transport (~> 8.3)
elasticsearch-api (= 8.11.0)
elasticsearch-api (8.11.0)
elasticsearch-api (= 8.13.0)
elasticsearch-api (8.13.0)
multi_json
excon (0.109.0)
excon (0.110.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-excon (2.1.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
multi_json (1.15.0)
net-http (0.4.1)
uri
opensearch-ruby (3.0.1)
opensearch-ruby (3.3.0)
faraday (>= 1.0, < 3)
multi_json (>= 1.0)
prometheus-client (4.2.2)
Expand All @@ -76,7 +76,7 @@ GEM
strptime (0.2.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.4)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
uri (0.13.0)
webrick (1.8.1)
Expand All @@ -93,4 +93,4 @@ DEPENDENCIES
fluentd (= 1.16.5)

BUNDLED WITH
2.4.17
2.5.7
2 changes: 1 addition & 1 deletion logs-concentrator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ update-gemfile:
-v $$PWD/Gemfile.lock:/tmp/Gemfile.lock \
-w /tmp \
--entrypoint bundle \
fluent/fluentd:v1.16-1 \
fluent/fluentd:v1.16.5-1.0 \
lock --update
14 changes: 7 additions & 7 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
amq-protocol (2.3.2)
aws-eventstream (1.3.0)
aws-partitions (1.925.0)
aws-sdk-cloudwatchlogs (1.81.0)
aws-partitions (1.930.0)
aws-sdk-cloudwatchlogs (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.194.1)
aws-sdk-core (3.196.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.80.0)
aws-sdk-kms (1.81.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.149.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sdk-sqs (1.72.0)
aws-sdk-sqs (1.74.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.8.0)
Expand Down Expand Up @@ -123,7 +123,7 @@ GEM
lru_redux (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0305)
mime-types-data (3.2024.0507)
msgpack (1.7.2)
multi_json (1.15.0)
net-http-persistent (4.0.2)
Expand Down

0 comments on commit 803bf15

Please sign in to comment.