This change makes it explicit that the require is loaded relatively. As it is, the lib/omniauth/strategies/steam.rb in the omniauth-openid gem seems to be taking precedence (the changes you made have not been mirrored in omniauth-openid's repository), and is therefore breaking omniauth-steam when these two gems are implemented together. Details here.
This change makes it explicit that the require is loaded relatively. As it is, the
lib/omniauth/strategies/steam.rb
in theomniauth-openid
gem seems to be taking precedence (the changes you made have not been mirrored inomniauth-openid
's repository), and is therefore breakingomniauth-steam
when these two gems are implemented together. Details here.