instana / ruby-sensor

💎 Ruby Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
26 stars 25 forks source link

Timers dependency: Assure min version of 4.0.4 #162

Closed pglombardo closed 5 years ago

pglombardo commented 5 years ago

The timers gem had a bug in versions >4.0.0 <4.0.4 causing a NoMethodError on the now_and_every method

https://github.com/socketry/timers/issues/50

This PR updates the gemspec to assure at least version 4.0.4 of the timers gem is installed.