Drop EOL Ruby 2.7 (#24237)
This commit is contained in:
parent
d8a06c1375
commit
49fad26eca
12 changed files with 12 additions and 27 deletions
|
@ -4,7 +4,7 @@ module Omniauthable
|
|||
extend ActiveSupport::Concern
|
||||
|
||||
TEMP_EMAIL_PREFIX = 'change@me'
|
||||
TEMP_EMAIL_REGEX = /\A#{TEMP_EMAIL_PREFIX}/.freeze
|
||||
TEMP_EMAIL_REGEX = /\A#{TEMP_EMAIL_PREFIX}/
|
||||
|
||||
included do
|
||||
devise :omniauthable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue