1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Update ruby-openid to 2.9.2 (#32294).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18746 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2019-10-19 09:17:04 +00:00
parent c5b5f0d6a9
commit 848e16ace2

View File

@ -28,7 +28,7 @@ end
# Optional gem for OpenID authentication # Optional gem for OpenID authentication
group :openid do group :openid do
gem "ruby-openid", "~> 2.3.0", :require => "openid" gem "ruby-openid", "~> 2.9.2", :require => "openid"
gem "rack-openid" gem "rack-openid"
end end