Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
574 stars 97 forks source link

Release 3.0.2 #275

Closed damianthe closed 3 years ago

damianthe commented 3 years ago

Releases the fix merged in https://github.com/Shopify/statsd-instrument/pull/268. I will use this new version of statsd for Storefront Renderer. https://github.com/Shopify/storefront-renderer/pull/5209

I have followed the [release procedure](bundle exec rake release) except for step 4, Run bundle exec rake release.

damianthe commented 3 years ago

Does CI need to pass here @wvanbergen? Not sure whats going on with all of these failures since I didn't add any changes that would cause a NoMethodError on "join_force?"

wvanbergen commented 3 years ago

CI is supposed to work, but this repository is not under active development at the moment and CI configs tend to get stale.

wvanbergen commented 3 years ago

I suspect that a new Rubocop version that is not compatible has been released, causing our tests to fail.

wvanbergen commented 3 years ago

https://github.com/Shopify/statsd-instrument/pull/276 should fix CI.