From d5197d59a112581e8838f6867c0a02806bace46a Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 20 Dec 2018 23:22:46 +0900 Subject: Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#transform_keys!` Since Rails 6 requires Ruby 2.5. https://github.com/ruby/ruby/blob/ruby_2_5/NEWS Follow up #34754. --- actionpack/lib/action_controller/renderer.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/lib/action_controller/renderer.rb') diff --git a/actionpack/lib/action_controller/renderer.rb b/actionpack/lib/action_controller/renderer.rb index 2b4559c760..cf8c0159e2 100644 --- a/actionpack/lib/action_controller/renderer.rb +++ b/actionpack/lib/action_controller/renderer.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "active_support/core_ext/hash/keys" - module ActionController # ActionController::Renderer allows you to render arbitrary templates # without requirement of being in controller actions. -- cgit v1.2.3