From cfade1ec7ee7b5b51f3c1578e3474f9c156f2971 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Thu, 22 Jun 2017 22:59:18 -0400 Subject: Enforce frozen string in Rubocop --- activesupport/lib/active_support/json.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/json.rb') diff --git a/activesupport/lib/active_support/json.rb b/activesupport/lib/active_support/json.rb index da938d1555..7b776ed361 100644 --- a/activesupport/lib/active_support/json.rb +++ b/activesupport/lib/active_support/json.rb @@ -1,2 +1,3 @@ +# frozen_string_literal: true require "active_support/json/decoding" require "active_support/json/encoding" -- cgit v1.2.3