airbnb / nerve

A service registration daemon that performs health checks; companion to airbnb/synapse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nerve requires explicit JSON dependency on Ruby 1.8

jnb opened this issue · comments

On Ruby 1.8, I had to add the following to nerve.gemspec in order to satisfy the JSON dependency:

gem.add_runtime_dependency "json", "~> 1.8.1"

This is lost to the sands of time. Ruby 1.8 is no more.