浏览代码

Remove code for unsupported versions of Rails from open_id_authentication (#32297).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18788 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA 4 年前
父节点
当前提交
b67cb67cce
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0
    4
      lib/plugins/open_id_authentication/init.rb

+ 0
- 4
lib/plugins/open_id_authentication/init.rb 查看文件

@@ -1,9 +1,5 @@
# frozen_string_literal: false

if Rails.version < '3'
config.gem 'rack-openid', :lib => 'rack/openid', :version => '>=0.2.1'
end

require 'open_id_authentication'

config.middleware.use OpenIdAuthentication

正在加载...
取消
保存