Use stats-instrument with graphite support

Stephen Paul Weber created

Change summary

Gemfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

Gemfile 🔗

@@ -14,7 +14,7 @@ gem "eventmachine"
 gem "money-open-exchange-rates"
 gem "ruby-bandwidth-iris"
 gem "sentry-ruby"
-gem "statsd-instrument"
+gem "statsd-instrument", git: "https://github.com/singpolyma/statsd-instrument.git", branch: "graphite"
 gem "value_semantics", git: "https://github.com/singpolyma/value_semantics"
 
 group(:development) do