diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-09-30 00:18:26 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-09-30 00:18:26 +0000 |
commit | 3bc1dd573a6b30bc87132abf2d9a416b6666cec5 (patch) | |
tree | 316851aa7c0eab8f92e6caa6029c8c221cde327a /Gemfile | |
parent | c136e6bc60e21e0208721cc0610dc88aa0486f7d (diff) | |
download | redmine-3bc1dd573a6b30bc87132abf2d9a416b6666cec5.tar.gz redmine-3bc1dd573a6b30bc87132abf2d9a416b6666cec5.zip |
Gemfile: update ruby-openid version above 2.3.0 (#14919)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12173 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ end # Optional gem for OpenID authentication group :openid do - gem "ruby-openid", "~> 2.2.3", :require => "openid" + gem "ruby-openid", "~> 2.3.0", :require => "openid" gem "rack-openid" end |