sensu-plugins / sensu-plugin

A framework for writing Sensu plugins & handlers with Ruby.
http://sensuapp.org
MIT License
126 stars 117 forks source link

drop ruby `< 2.3` as they are EOL and appease the cops #200

Closed majormoses closed 5 years ago

majormoses commented 5 years ago

Signed-off-by: Ben Abrams me@benabrams.it

Description

Drop EOL rubies, add new ruby to be tested, and appeased the cops.

Motivation and Context

fixes #199

How Has This Been Tested?

only through automated tests currently, I can look at testing this in my env at some point.

Types of changes

Checklist:

Known Caveats

drops support for ruby < 2.3 as they are EOL.