Skip to content

Commit

Permalink
prefer pessimistic version constraint for BSON
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Mar 12, 2024
1 parent 531c394 commit e763022
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')
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 e763022

Please sign in to comment.