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 e00ed46 commit 0139678Copy full SHA for 0139678
mongo.gemspec
@@ -30,5 +30,5 @@ Gem::Specification.new do |s|
30
s.has_rdoc = 'yard'
31
s.bindir = 'bin'
32
33
- s.add_dependency 'bson', '~> 4.2'
+ s.add_dependency 'bson', '>=4.2.1', '<5.0.0'
34
end
0 commit comments