Skip to content

Commit

Permalink
down grade mongo driver to 2.8.0
Browse files Browse the repository at this point in the history
* mongo 2.9.0 raises document-level lock error
* see https://jira.mongodb.org/browse/RUBY-1853
  • Loading branch information
tdtds committed Jun 25, 2019
1 parent f6e4bd5 commit e8321c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdiary-io-mongodb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "mongoid", "~> 7.0"
spec.add_dependency "mongo", "< 2.9.0"
spec.add_dependency "hikidoc"
spec.add_dependency "tdiary", ">= 5.0"

Expand Down

0 comments on commit e8321c4

Please sign in to comment.