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 --- tasks/release.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tasks') diff --git a/tasks/release.rb b/tasks/release.rb index 038fdc584a..38689a5799 100644 --- a/tasks/release.rb +++ b/tasks/release.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer actioncable railties ) FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") } -- cgit v1.2.3