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 79ebd6b commit 31cd9baCopy full SHA for 31cd9ba
mongoid.gemspec
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
39
# See: https://github.com/rails/rails/pull/43951
40
s.add_dependency("activemodel", ['>=5.1', '<7.1', '!= 7.0.0'])
41
s.add_dependency("mongo", ['>=2.18.0', '<3.0.0'])
42
- s.add_dependency("concurrent-ruby", ['>= 1.0.5', '<1.2'])
+ s.add_dependency("concurrent-ruby", ['>= 1.0.5', '< 2.0'])
43
44
# The ruby2_keywords gem is recommended for handling argument delegation issues,
45
# especially if support for 2.6 or prior is required.
0 commit comments