Skip to content

Commit

Permalink
Merge pull request #6 from jmcshane/master
Browse files Browse the repository at this point in the history
Bumping fluentd dependency to get rid of issue with msgpack
  • Loading branch information
gtrevg authored Jul 9, 2019
2 parents 0c0d5e6 + 2c6e8d7 commit 6d5aa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluent-plugin-splunk-ex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = "fluent-plugin-splunk-ex"
gem.version = "1.0.1"
gem.version = "1.0.3"

gem.authors = ["Trevor Gattis"]
gem.email = "github@trevorgattis.com"
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ['lib']

gem.add_dependency "fluentd", "~> 0.10.17"
gem.add_dependency "fluentd", "~> 0.12.22"
gem.add_runtime_dependency "json"

gem.add_development_dependency "rake"
Expand Down

0 comments on commit 6d5aa9a

Please sign in to comment.