Skip to content

Commit

Permalink
Changed fluentd dependency version to 0.10.33 from 0.10.39.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-iwano committed May 19, 2014
1 parent 80b6120 commit ae5cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdc-fluentd/vdc-fluentd.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files`.split($\)
spec.require_paths = ["lib"]
spec.has_rdoc = false
spec.add_runtime_dependency 'fluentd', '0.10.39'
spec.add_runtime_dependency 'fluentd', '0.10.33'
spec.add_runtime_dependency 'cassandra'
spec.add_runtime_dependency 'metric_libs'
spec.add_runtime_dependency 'dolphin_client'
Expand Down

0 comments on commit ae5cf5e

Please sign in to comment.