(maint) clean up statsd inclusion and require lines

The library is actually required as 'statsd' and not 'ruby-statsd', best I can tell.
This commit is contained in:
Rick Bradley 2016-07-12 17:05:50 -05:00
parent fb323a70bf
commit 912cc489c0
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
require 'rubygems' unless defined?(Gem)
require 'statsd-ruby'
require 'statsd'
module Vmpooler
class Statsd