airbnb / nerve

A service registration daemon that performs health checks; companion to airbnb/synapse
MIT License
942 stars 151 forks source link

Nerve requires explicit JSON dependency on Ruby 1.8 #19

Closed jnb closed 7 years ago

jnb commented 10 years ago

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"
jolynch commented 7 years ago

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