ostinelli / apnotic

A Ruby APNs HTTP/2 gem able to provide instant feedback.
MIT License
477 stars 94 forks source link

Relax connection pool dependency #79

Closed FWMatt closed 5 years ago

FWMatt commented 5 years ago

I tried to use Apnotic with the latest Sidkiq release and hit a dependency snag with connection_pool.

ostinelli commented 5 years ago

I prefer to not have open-ended dependencies like this one. It looks like a simple ~> 2 would do, can you confirm?

FWMatt commented 5 years ago

Confirmed - thanks!

ostinelli commented 5 years ago

Added in 0cfcd9ee4d5566de12cd991647a4a2a4860c51d3. Thank you.