Skip to content

Commit 93a2fcd

Browse files
committed
add detect-exceptions gem
1 parent 5030689 commit 93a2fcd

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/fluentd/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source "http://rubygems.org"
22

33
gem 'fluentd', '1.11.4'
44
gem 'fluent-plugin-s3', '1.4.0'
5+
gem 'fluent-plugin-detect-exceptions', '~> 0.0.13'

src/fluentd/Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ GEM
2222
aws-eventstream (~> 1, >= 1.0.2)
2323
concurrent-ruby (1.1.7)
2424
cool.io (1.7.0)
25+
fluent-plugin-detect-exceptions (0.0.13)
26+
fluentd (>= 0.10)
2527
fluent-plugin-s3 (1.4.0)
2628
aws-sdk-s3 (~> 1.60)
2729
aws-sdk-sqs (~> 1.23)
@@ -53,6 +55,7 @@ PLATFORMS
5355
ruby
5456

5557
DEPENDENCIES
58+
fluent-plugin-detect-exceptions (~> 0.0.13)
5659
fluent-plugin-s3 (= 1.4.0)
5760
fluentd (= 1.11.4)
5861

Binary file not shown.

0 commit comments

Comments
 (0)