Skip to content

Commit 43414c6

Browse files
authored
Merge pull request #102 from fluent/update-mongo-library
Update mongo client to 2.6.x
2 parents b4330a0 + a6a90b1 commit 43414c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-plugin-mongo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
1818
gem.require_paths = ['lib']
1919

2020
gem.add_dependency "fluentd", [">= 0.14.12", "< 2"]
21-
gem.add_runtime_dependency "mongo", "~> 2.2.0"
21+
gem.add_runtime_dependency "mongo", "~> 2.6.0"
2222
gem.add_development_dependency "rake", ">= 0.9.2"
2323
gem.add_development_dependency "simplecov", ">= 0.5.4"
2424
gem.add_development_dependency "rr", ">= 1.0.0"

0 commit comments

Comments
 (0)