Require multi_json for windowslive logins

The windowslive omniauth plugin needs multi_json but doesn't require
it and the omniauth core is no longer doing so.
This commit is contained in:
Tom Hughes 2022-10-16 19:28:37 +01:00
parent a9063f8369
commit 5a28ff2901

View file

@ -1,3 +1,4 @@
require "multi_json"
require "openid/fetchers"
require "openid/util"