fetlife / rollout

Feature flippers.
MIT License
2.89k stars 212 forks source link

Missing dependency on json #121

Closed p-salido closed 7 years ago

p-salido commented 7 years ago

It is my understanding that json is not part of ruby standard library, hence needs to be declared as a dependency of rollout as of https://github.com/fetlife/rollout/commit/7b7bfc56a770a69749ea59edaa2072f9cefb502c.

reneklacan commented 7 years ago

json is part of the standard library

http://ruby-doc.org/stdlib-2.4.1/

p-salido commented 7 years ago

My bad, I made an effort to check that.