remove redundant require: follow #39142

This commit is contained in:
Yoshiyuki Kinjo 2020-06-04 12:21:54 +09:00
parent 265234b377
commit 28d1ea0e49
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# frozen_string_literal: true
require "digest/sha2"
module ActiveSupport
module SecurityUtils
# Constant time string comparison, for fixed length strings.