Restore deprecation require in dbconsole command

This require was removed in 576fb33ba3,
after 8513769ad6 removed the deprecation
that originally added it in 29b16d3ff8.

In between however, 0983daa4aa added
another deprecation to this file, so the require is still necessary.

Fixes #40575.
This commit is contained in:
Eugene Kenny 2020-11-08 19:38:43 +00:00
parent bca6f7f576
commit bcb63fcaa8
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# frozen_string_literal: true
require "active_support/core_ext/string/filters"
require "active_support/deprecation"
require "rails/command/environment_argument"
module Rails