We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e78094 commit f03200bCopy full SHA for f03200b
mongoid.gemspec
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
37
# activemodel 7.0.0 cannot be used due to Class#descendants issue
38
# See: https://github.com/rails/rails/pull/43951
39
s.add_dependency("activemodel", ['>=5.1', '<7.1', '!= 7.0.0'])
40
- s.add_dependency("mongo", ['>=2.18.beta1', '<3.0.0'])
+ s.add_dependency("mongo", ['>=2.18.0', '<3.0.0'])
41
42
# The ruby2_keywords gem is recommended for handling argument delegation issues,
43
# especially if support for 2.6 or prior is required.
0 commit comments