Skip to content

Commit

Permalink
Allow BSON up to to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Apr 23, 2024
1 parent cad7cd0 commit 4554b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Gem::Specification.new do |s|
if %w(1 yes true).include?(ENV['MONGO_RUBY_DRIVER_BSON_MASTER'])
s.add_dependency 'bson', '>=4.13.0', '<6.0.0'
else
s.add_dependency 'bson', '>=4.14.1', '<5.0.0'
s.add_dependency 'bson', '>=4.14.1', '<6.0.0'
end
end

0 comments on commit 4554b35

Please sign in to comment.