Skip to content

Commit

Permalink
MONGOID-5739 Support BSON 5 (#5801)
Browse files Browse the repository at this point in the history
* remove bson version cap

* prefer pessimistic version constraint for BSON
  • Loading branch information
jamis authored Mar 12, 2024
1 parent 39802ca commit c4fed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_dependency("mongo", ['>=2.18.0', '<3.0.0'])
s.add_dependency("concurrent-ruby", ['>= 1.0.5', '< 2.0'])

s.add_development_dependency("bson", ['>=4.14.0', '<5.0.0'])
s.add_development_dependency("bson", '>=4.14.0', '<6.0.0')

s.files = Dir.glob("lib/**/*") + %w(CHANGELOG.md LICENSE README.md Rakefile)
s.test_files = Dir.glob("spec/**/*")
Expand Down

0 comments on commit c4fed24

Please sign in to comment.