minor: make mongo_ext depend on specific version of mongo
This commit is contained in:
parent
dd152967b0
commit
024c4a9e35
|
@ -9,6 +9,8 @@ Gem::Specification.new do |s|
|
|||
s.name = 'mongo_ext'
|
||||
|
||||
s.version = '0.15'
|
||||
s.add_dependency('mongo', ['= 0.15'])
|
||||
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.summary = 'C extensions for the MongoDB Ruby driver'
|
||||
s.description = 'C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'
|
||||
|
|
Loading…
Reference in New Issue