honeycombio / libhoney-rb

Ruby library for sending data to Honeycomb
Apache License 2.0
11 stars 30 forks source link

Fix dependency on addressable #45

Closed martin308 closed 5 years ago

martin308 commented 5 years ago

Version 2.7 of addressable, bumped the major version that it supports of public_suffix which it depends upon. Version 4 of public_suffix dropped support for ruby 2.2 which libhoney-rb supports. Fixed libhoney to use addressable < 2.7 so that we can continue to use the supported version for ruby 2.2