Skip to content

Commit

Permalink
Removed unused require for active_support/deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki committed Apr 17, 2019
1 parent ef21edb commit 3ca68f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activesupport/lib/active_support/duration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/object/acts_like"
require "active_support/core_ext/string/filters"
require "active_support/deprecation"

module ActiveSupport
# Provides accurate date and time measurements using Date#advance and
Expand Down

0 comments on commit 3ca68f2

Please sign in to comment.