The current version of this gem has a direct dependency on the oauth2 gem. Even though the gem is loaded indirectly added through omniauth-oauth2, it's nice to explicitly declare it as a runtime dependency as well.
Background: I was debugging through this gem code and was confused about where the ::OAuth2 constant was coming from after not seeing it in the gemspec.
The current version of this gem has a direct dependency on the
oauth2
gem. Even though the gem is loaded indirectly added throughomniauth-oauth2
, it's nice to explicitly declare it as a runtime dependency as well.Background: I was debugging through this gem code and was confused about where the
::OAuth2
constant was coming from after not seeing it in the gemspec.