]> source.dussan.org Git - redmine.git/commitdiff
Update ruby-openid to 2.9.2 (#32294).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Oct 2019 09:17:04 +0000 (09:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Oct 2019 09:17:04 +0000 (09:17 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18746 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 2fdcc2c3a2c1995c18cd2d9c3c4c23a55405051b..7e2a627ef4f993f5ddcbc31f82a59f515ffdbe1c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ end
 
 # Optional gem for OpenID authentication
 group :openid do
-  gem "ruby-openid", "~> 2.3.0", :require => "openid"
+  gem "ruby-openid", "~> 2.9.2", :require => "openid"
   gem "rack-openid"
 end