From 7418469f3926b727d363527c6f6531f841edc980 Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Wed, 2 Oct 2019 13:37:05 +0900 Subject: [PATCH] Remove unused require `except` was removed at b77dd218ce --- activerecord/lib/active_record/scoping/named.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activerecord/lib/active_record/scoping/named.rb b/activerecord/lib/active_record/scoping/named.rb index 7baef99e83..2f9da33ead 100644 --- a/activerecord/lib/active_record/scoping/named.rb +++ b/activerecord/lib/active_record/scoping/named.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true require "active_support/core_ext/array" -require "active_support/core_ext/hash/except" require "active_support/core_ext/kernel/singleton_class" module ActiveRecord