RUBY-387 bson_ext should depend on bson

This commit is contained in:
Kyle Banker 2011-12-12 16:28:50 -05:00
parent 269f5b3f1e
commit a9784e0a20
1 changed files with 1 additions and 0 deletions

View File

@ -20,4 +20,5 @@ Gem::Specification.new do |s|
s.author = 'Mike Dirolf'
s.email = 'mongodb-dev@googlegroups.com'
s.homepage = 'http://www.mongodb.org'
s.add_dependency('bson', BSON::VERSION)
end