protobuf-nats.gemspec in protobuf-nats-0.1.1 vs protobuf-nats.gemspec in protobuf-nats-0.1.2
- old
+ new
@@ -28,11 +28,10 @@
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
- spec.add_runtime_dependency "protobuf", "3.7.0.pre3"
- spec.add_runtime_dependency "connection_pool"
+ spec.add_runtime_dependency "protobuf", "~> 3.7"
spec.add_runtime_dependency "concurrent-ruby"
spec.add_runtime_dependency "nats-pure"
spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 10.0"