sensu-plugins / sensu-plugin

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

pin json dependency at < 2.0.0 #149

Closed cwjohnston closed 8 years ago

cwjohnston commented 8 years ago

Description

Adjusting this dependency again to help those installing on Ruby < 2.0.

Per the commit message, 229702db7ac98294bd2ae3b2b3195c1ce8f05438 was intended to pin json at < 2.0.0 but the actual change pinned it at <= 2.0.0 which does not solve the issue raised in #138.

Motivation and Context

Attempting to address problem described in #138. Specifically, fixing errors encountered when trying to install sensu-plugin on Ruby < 2.0 without a satisfactory version of json gem already installed.

Closes #148

How Has This Been Tested?

It has not been tested.

Types of changes

eheydrick commented 8 years ago

👍