Skip to content

Commit a6a90b1

Browse files
committed
Update mongo client to 2.6.x
mongodb+srv:// scheme is supported since mongo-ruby-driver v2.5.0. ref: mongodb/mongo-ruby-driver#898 Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
1 parent b4330a0 commit a6a90b1

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)