Skip to content

Commit

Permalink
fix dependencies order and bump version (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena authored Jul 26, 2019
1 parent d21c30d commit 24f5706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fluentd/fluent-plugin-grafana-loki/docker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'fluent-plugin-kubernetes_metadata_filter', '~> 2.1.6'
gem 'fluent-plugin-multi-format-parser', '~>1.0.0'
gem 'fluent-plugin-prometheus', '~>1.4.0'
gem 'fluent-plugin-systemd', '~> 1.0.1'
gem 'fluentd', '1.6.2'
gem 'fluent-plugin-multi-format-parser', '~>1.0.0'
gem 'fluent-plugin-prometheus', '~>1.4.0'
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)

Gem::Specification.new do |spec|
spec.name = 'fluent-plugin-grafana-loki'
spec.version = '1.0.1'
spec.version = '1.0.2'
spec.authors = %w[woodsaj briangann]
spec.email = ['awoods@grafana.com', 'brian@grafana.com']

Expand Down

0 comments on commit 24f5706

Please sign in to comment.