Skip to content

Commit 8542b74

Browse files
Merge pull request rails#47641 from p8/railties/remove-deprecation-require
Remove unused require of "active_support/deprecation" in DBconsole
2 parents 511ffed + 3735266 commit 8542b74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

railties/lib/rails/commands/dbconsole/dbconsole_command.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
require "active_support/core_ext/string/filters"
4-
require "active_support/deprecation"
54
require "rails/command/environment_argument"
65

76
module Rails

0 commit comments

Comments
 (0)