Twiddle-wakka for semantically versioned dependencies.
This commit is contained in:
parent
579e187e4f
commit
cf9ef481d3
|
@ -22,5 +22,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)
|
||||
s.add_dependency('bson', "~> #{BSON::VERSION}")
|
||||
end
|
||||
|
|
|
@ -30,5 +30,5 @@ Gem::Specification.new do |s|
|
|||
s.email = 'mongodb-dev@googlegroups.com'
|
||||
s.homepage = 'http://www.mongodb.org'
|
||||
|
||||
s.add_dependency('bson', Mongo::VERSION)
|
||||
s.add_dependency('bson', "~> #{Mongo::VERSION}")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue