Skip to content

Commit

Permalink
Restrict fluentd version less than 0.12.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Apr 23, 2015
1 parent 86df5e9 commit 6f5306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-fork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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_runtime_dependency "fluentd"
gem.add_runtime_dependency "fluentd", "< 0.12.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "rspec"
gem.add_development_dependency "coveralls"
Expand Down

0 comments on commit 6f5306c

Please sign in to comment.