sensu-plugins / sensu-plugins-aws

This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
http://sensu-plugins.io
MIT License
81 stars 143 forks source link

pin nokogiri version and remove support for ruby-2.3 #387

Open phumpal opened 3 years ago

phumpal commented 3 years ago

Pull Request Checklist

Is this in reference to an existing issue? No

General

New Plugins

Purpose

Fixes an issue where installation fails with

ERROR:  Error installing sensu-plugins-aws:
    The last version of nokogiri (>= 1.10.4, < 2.0) to support your Ruby & RubyGems was 1.10.10. Try installing it with `gem install nokogiri -v 1.10.10` and then running the current command again
    nokogiri requires Ruby version >= 2.5, < 3.1.dev. The current ruby version is 2.4.10.364.

Known Compatibility Issues

phumpal commented 3 years ago

Gentle ping... :)