Skip to content

Commit 31cd9ba

Browse files
authored
be more permissive re: concurrent-ruby version (#5533)
1 parent 79ebd6b commit 31cd9ba

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
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
3939
# See: https://github.com/rails/rails/pull/43951
4040
s.add_dependency("activemodel", ['>=5.1', '<7.1', '!= 7.0.0'])
4141
s.add_dependency("mongo", ['>=2.18.0', '<3.0.0'])
42-
s.add_dependency("concurrent-ruby", ['>= 1.0.5', '<1.2'])
42+
s.add_dependency("concurrent-ruby", ['>= 1.0.5', '< 2.0'])
4343

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

0 commit comments

Comments
 (0)