minor: remove dependency because it breaks buildbot
This commit is contained in:
parent
024c4a9e35
commit
1fc537c78e
|
@ -9,8 +9,6 @@ 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