Skip to content

Commit

Permalink
Update bundler
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Jan 18, 2023
1 parent 53076e7 commit bb35b9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions td-agent/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
protocol-http1 (~> 0.14.0)
protocol-http2 (~> 0.14.0)
traces (>= 0.4.0)
async-io (1.34.0)
async-io (1.34.1)
async
async-pool (0.3.12)
async (>= 1.25)
Expand Down Expand Up @@ -68,7 +68,6 @@ GEM
console (1.16.2)
fiber-local
cool.io (1.7.1)
cool.io (1.7.1-x64-mingw32)
digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0)
digest-murmurhash (1.1.1)
Expand All @@ -80,7 +79,7 @@ GEM
elasticsearch-api (= 8.4.0)
elasticsearch-api (8.4.0)
multi_json
excon (0.93.1)
excon (0.97.1)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand All @@ -107,12 +106,11 @@ GEM
faraday_middleware-aws-sigv4 (0.6.1)
aws-sigv4 (~> 1.0)
faraday (>= 1.8, < 2)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
ffi-win32-extensions (1.0.4)
ffi
fiber-local (1.0.0)
fileutils (1.6.0)
fileutils (1.7.0)
fluent-config-regexp-type (1.0.0)
fluentd (> 1.0.0, < 2)
fluent-diagtool (1.0.1)
Expand Down Expand Up @@ -186,7 +184,7 @@ GEM
http_parser.rb (0.8.0)
httpclient (2.8.3)
jmespath (1.6.1)
json (2.6.2)
json (2.6.3)
linux-utmpx (0.3.0)
bindata (~> 2.4.8)
ltsv (0.1.2)
Expand Down Expand Up @@ -215,8 +213,8 @@ GEM
protocol-http2 (0.14.2)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
public_suffix (5.0.0)
racc (1.6.0)
public_suffix (5.0.1)
racc (1.6.2)
rake (13.0.6)
rdkafka (0.11.1)
ffi (~> 1.15)
Expand Down Expand Up @@ -251,7 +249,7 @@ GEM
msgpack (>= 0.5.6, < 2.0)
td-client (>= 0.8.66, < 2.0)
timers (4.3.5)
traces (0.7.0)
traces (0.8.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.5)
Expand Down Expand Up @@ -287,7 +285,7 @@ DEPENDENCIES
aws-sdk-s3 (= 1.116.0)
aws-sdk-sqs (= 1.51.1)
aws-sigv4 (= 1.5.2)
bundler (= 2.3.18)
bundler (= 2.4.4)
cmetrics (= 0.3.3)
cool.io (= 1.7.1)
digest-murmurhash (= 1.1.1)
Expand Down Expand Up @@ -344,4 +342,4 @@ DEPENDENCIES
yajl-ruby (= 1.4.3)

BUNDLED WITH
2.3.18
2.4.4
2 changes: 1 addition & 1 deletion td-agent/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MINGW_OPENSSL_VERSION = "1.1.1.q-1"
MINGW_OPENSSL_SHA256SUM = "4fb25397e48f6ab22e8b07d40519fddf3eec3dc6a163b2a1ecc68326d31fcb65"

BUNDLER_VERSION= "2.3.18"
BUNDLER_VERSION= "2.4.4"

# https://www.ruby-lang.org/en/downloads/ (tar.gz)
BUNDLED_RUBY_VERSION = "3.2.0"
Expand Down

0 comments on commit bb35b9a

Please sign in to comment.