zombocom / puma_worker_killer

Automatically restart Puma cluster workers based on max RAM available
747 stars 77 forks source link

update test target ruby version #65

Closed suusan2go closed 4 years ago

suusan2go commented 5 years ago

puma currently supports ruby v2.2.10 higher.

https://github.com/puma/puma/blob/7915afc340575ec3e90746884f7251b7d1554af8/.travis.yml#L16-L22

So I think we can drop test against ruby 1.9, 2.0, 2.1 that failed at master

schneems commented 4 years ago

Thanks!