kmrshntr / omniauth-slack

omniauth-slack
MIT License
95 stars 154 forks source link

Bump `omniauth-oauth2` dependency version #46

Closed VincentRbbmnd closed 7 years ago

VincentRbbmnd commented 7 years ago

I'm using multiple oauth2 gems (google, ms..). These all have dependency omniauth-oauth2 (>= 1.3.1) and currently I'm on 1.4 so this leads to conflicts in the bundle when adding omniauth-slack.

We'd like to use your gem but don't want to downgrade our version of omniauth-oauth2, because that would mean we would never be able to upgrade again.

@kmrshntr , would you mind bumping the dependency to include version 1.4 ('>= 1.3.1' / '~> 1.4.0') ?