lighthouse-api
lighthouse-api copied to clipboard
Addressable not a dependency.
I used the lighthouse-api gem in my project and got:
Install the Addressable gem (with dependencies) to support accounts with subdomains. # sudo gem install addressable --development no such file to load -- addressable/uri
Thanks for the warning, but it needs to be a dependency in the gemfile.
+1