DEV: Bump dependencies (#80)
These updated dependencies provide OmniAuth 2 compatibility while maintaining 1.0 compatibility
This commit is contained in:
parent
d42e003383
commit
e1e48db7ce
|
@ -9,8 +9,8 @@
|
||||||
# omniauth-openid is not included in core since v2.4.0.beta10
|
# omniauth-openid is not included in core since v2.4.0.beta10
|
||||||
unless defined?(OmniAuth::Strategies::OpenID)
|
unless defined?(OmniAuth::Strategies::OpenID)
|
||||||
gem "ruby-openid", "2.9.2", require: false
|
gem "ruby-openid", "2.9.2", require: false
|
||||||
gem "rack-openid", "1.3.1", require: false
|
gem "rack-openid", "1.4.2", require: false
|
||||||
gem "omniauth-openid", "1.0.1"
|
gem "omniauth-openid", "2.0.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "omniauth-steam", "1.0.6"
|
gem "omniauth-steam", "1.0.6"
|
||||||
|
|
Loading…
Reference in New Issue