RUBY-387 bson_ext should depend on bson
This commit is contained in:
parent
269f5b3f1e
commit
a9784e0a20
|
@ -20,4 +20,5 @@ Gem::Specification.new do |s|
|
||||||
s.author = 'Mike Dirolf'
|
s.author = 'Mike Dirolf'
|
||||||
s.email = 'mongodb-dev@googlegroups.com'
|
s.email = 'mongodb-dev@googlegroups.com'
|
||||||
s.homepage = 'http://www.mongodb.org'
|
s.homepage = 'http://www.mongodb.org'
|
||||||
|
s.add_dependency('bson', BSON::VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue