Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
Description
The BSON dependency seems to be stricter than it used to be. This was the first more strict commit. Is it really needed? Shouldn't the change rather be:
--- a/mongo.gemspec
|
+++ b/mongo.gemspec
|
@@ -30,5 +30,5 @@ Gem::Specification.new do |s|
|
s.has_rdoc = 'yard'
|
s.bindir = 'bin'
|
|
- s.add_dependency 'bson', '~> 4.1'
|
+ s.add_dependency 'bson', ['~> 4.1', '>= 4.2.0.rc0']
|
end |