Compatibility with omniauth >=1.3?
nikdavis opened this issue · 2 comments
nikdavis commented
Is there any plan around this? It looks like you depend strictly on 1.2 at the moment. I haven't tried 1.3 with this gem, but it seems many folks are moving that way.
Thanks!
wjordan commented
The current "~> 1.2"
version constraint means "highest-released version between the range >= 1.2
and < 2.0
", which should already be compatible with version 1.3 of omniauth.
nikdavis commented
Agreed. Will close.