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 support for Ruby < 2.0 #169

Closed cwjohnston closed 7 years ago

cwjohnston commented 7 years ago

Description

Drop support for Ruby < 2.0 by specifying required_ruby_version = '~> 2.0' in the gemspec.

Motivation and Context

Ruby 1.9 is EOL.

How Has This Been Tested?

Specs pass.

Types of changes

Checklist:

Known Caveats

Requires a major version bump in order to follow SemVer.

portertech commented 7 years ago

:+1: