Skip to content

Commit

Permalink
Bumping fluentd dependency to get rid of issue with msgpack
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcshane committed Jul 9, 2019
1 parent 0c0d5e6 commit 2c6e8d7
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 2c6e8d7

Please sign in to comment.