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
570 stars 94 forks source link

Quick fix to deal with Rubocop 1.0 incompatibilities #276

Closed wvanbergen closed 3 years ago

wvanbergen commented 3 years ago

Rubocop 1.0 had some internal API changes. This PR makes the minimal change to make CI pass again.