Closed nbrookie closed 7 years ago
Adding simple_oauth
to my gem's dependencies make it work just fine.
Just was not sure if leaving simple_oauth
out of em-http
's dependencies was intentional.
I could see why it would be..."if you would like to use the OAuth middleware, you need to include the simple_oauth
gem..." seems like a reasonable thought process.
^ yep, exactly as you said. We didn't want to bundle it by default as it's not a common use case.
Closing, feel free to reopen if there's more to do here.
When trying to include
em-http
andem-http/middleware/oauth
in my own gem, I am running into the following issue:causes this error to be raised:
Does
simple_oauth
need to be added as a dependency toem-http
's gemspec?