Skip to content

Commit

Permalink
Merge pull request rails#32029 from yhirano55/remove_needless_strip
Browse files Browse the repository at this point in the history
Remove needless requiring 'active_support/core_ext/string/strip'
  • Loading branch information
rafaelfranca authored Feb 17, 2018
2 parents d352d81 + 9f25b05 commit f7ebeee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "rails/generators/base"
require "active_support/core_ext/string/strip"
require "active_support/encrypted_file"

module Rails
Expand Down

0 comments on commit f7ebeee

Please sign in to comment.