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 --- activejob/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'activejob/Rakefile') diff --git a/activejob/Rakefile b/activejob/Rakefile index dd03ab0b8f..5d0d22e88b 100644 --- a/activejob/Rakefile +++ b/activejob/Rakefile @@ -1,3 +1,4 @@ +# frozen_string_literal: true require "rake/testtask" #TODO: add qu back to the list after it support Rails 5.1 -- cgit v1.2.3