Fix rubocop warnings
This commit is contained in:
parent
2ef6a960d1
commit
8fe1899596
58 changed files with 500 additions and 488 deletions
|
@ -1,7 +1,7 @@
|
|||
require "openid/fetchers"
|
||||
require "openid/util"
|
||||
|
||||
CA_BUNDLES = ["/etc/ssl/certs/ca-certificates.crt", "/etc/pki/tls/cert.pem"]
|
||||
CA_BUNDLES = ["/etc/ssl/certs/ca-certificates.crt", "/etc/pki/tls/cert.pem"].freeze
|
||||
|
||||
OpenID.fetcher.ca_file = CA_BUNDLES.find { |f| File.exist?(f) }
|
||||
OpenID::Util.logger = Rails.logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue