Skip to content

Commit 5322282

Browse files
committed
Bump bson dependency to 4.4.2 to get the RUBY-1677 bug fix
1 parent 96e62a4 commit 5322282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Gem::Specification.new do |s|
3232
s.require_paths = ['lib']
3333
s.bindir = 'bin'
3434

35-
s.add_dependency 'bson', '>=4.4.1', '<5.0.0'
35+
s.add_dependency 'bson', '>=4.4.2', '<5.0.0'
3636
end

0 commit comments

Comments
 (0)