Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from utilitywarehouse/update
Browse files Browse the repository at this point in the history
Update fluentd to latest
  • Loading branch information
george-angel authored Jun 11, 2021
2 parents 30c7750 + e0a1da8 commit 8e6f30d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
source 'https://rubygems.org'

# upstream
#
# Commented out gems aren't needed by us
gem 'activesupport', '6.1.1'
gem 'fluentd', '1.12.2'
gem 'fluentd', '1.13.0'
gem 'fluent-plugin-concat', '2.4.0'
gem 'fluent-plugin-detect-exceptions', '0.0.13'
gem 'fluent-plugin-elasticsearch', '4.3.3'
gem 'fluent-plugin-kubernetes_metadata_filter', '2.6.0'
#gem 'fluent-plugin-elasticsearch', '4.3.3'
gem 'fluent-plugin-kubernetes_metadata_filter', '2.7.1'
gem 'fluent-plugin-multi-format-parser', '1.0.0'
gem 'fluent-plugin-prometheus', '1.8.5'
gem 'fluent-plugin-systemd', '1.0.2'
gem 'fluent-plugin-systemd', '1.0.5'
gem 'oj', '3.11.0'

# uw
Expand Down

0 comments on commit 8e6f30d

Please sign in to comment.