Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 6, 2021

  1. pin nokogiri version

    Pinning nokogiri version prevents errors when installing the Gem in
    custom environments. e.g.
    
    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.
    phumpal committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3a27bda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f0fe87 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    phumpal committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    476f05b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    bd053bd View commit details
    Browse the repository at this point in the history