Skip to content

Commit 3735266

Browse files
committed
Remove unused require of "active_support/deprecation" in DBconsoleCommand
In 7a26f26 the usage of `ActiveSupport::Deprecation.warn` in `DBconsoleCommand` was replaced with `Rails.deprecator.warn`, which is already required by Rails::Command.
1 parent 1df6ad0 commit 3735266

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)