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

Add Ruby 3.1 to the CI matrix #299

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

This PR:

  1. Switches to the supported setup-ruby action
  2. Adds Ruby 3.1 to the CI matrix
  3. Fixes a few lints so that CI passes