aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/transform_values.rb
blob: fc15130c9eb945a21cb5e6f24efd783d04644611 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

require "active_support/deprecation"

ActiveSupport::Deprecation.warn "Ruby 2.4+ (required by Rails 6) provides Hash#transform_values natively, so requiring active_support/core_ext/hash/transform_values is no longer necessary. Requiring it will raise LoadError in Rails 6.1."