]> source.dussan.org Git - redmine.git/commitdiff
Remove code for unsupported versions of Rails from open_id_authentication (#32297).
authorGo MAEDA <maeda@farend.jp>
Tue, 22 Oct 2019 01:34:21 +0000 (01:34 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 22 Oct 2019 01:34:21 +0000 (01:34 +0000)
Patch by Go MAEDA.

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

lib/plugins/open_id_authentication/init.rb

index e276bc8735e4f79bbc3bace17f2f8407f5b78cb9..ec96a5a7f96828286bf4773e175cb81af844da0c 100644 (file)
@@ -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