summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-11-16 09:51:25 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-11-16 09:51:25 +0000
commit7897a143aadd165dd6461b22340b230935a18455 (patch)
treea407a7e132383895d43cf0bcb916d0cd4df87be9 /Gemfile
parent899fc2e0cd2bcb4f5f9333b612b160bb9c6e803b (diff)
downloadredmine-7897a143aadd165dd6461b22340b230935a18455.tar.gz
redmine-7897a143aadd165dd6461b22340b230935a18455.zip
Merged r18746 to 3.3-stable (#32294).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@19076 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b54c6ed4f..394986fcc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -40,7 +40,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