Skip to content

Commit f03200b

Browse files
committed
Depend on driver 2.18.0 or higher
1 parent 6e78094 commit f03200b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoid.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
3737
# activemodel 7.0.0 cannot be used due to Class#descendants issue
3838
# See: https://github.com/rails/rails/pull/43951
3939
s.add_dependency("activemodel", ['>=5.1', '<7.1', '!= 7.0.0'])
40-
s.add_dependency("mongo", ['>=2.18.beta1', '<3.0.0'])
40+
s.add_dependency("mongo", ['>=2.18.0', '<3.0.0'])
4141

4242
# The ruby2_keywords gem is recommended for handling argument delegation issues,
4343
# especially if support for 2.6 or prior is required.

0 commit comments

Comments
 (0)