DEV: Bump dependencies (#80)

These updated dependencies provide OmniAuth 2 compatibility while maintaining 1.0 compatibility
This commit is contained in:
David Taylor 2024-02-15 21:12:26 +00:00 committed by GitHub
parent d42e003383
commit e1e48db7ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
# omniauth-openid is not included in core since v2.4.0.beta10
unless defined?(OmniAuth::Strategies::OpenID)
gem "ruby-openid", "2.9.2", require: false
gem "rack-openid", "1.3.1", require: false
gem "omniauth-openid", "1.0.1"
gem "rack-openid", "1.4.2", require: false
gem "omniauth-openid", "2.0.1"
end
gem "omniauth-steam", "1.0.6"