aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/Rakefile
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2017-07-09 20:49:52 +0300
committerKir Shatrov <shatrov@me.com>2017-07-09 20:50:52 +0300
commit14ece5e4292053e7a40e9bd80c447745f721e217 (patch)
treea4dafa29ffc8419449a6edab6abcd8554a2b9000 /activejob/Rakefile
parent0b6309d6bc9712c06fdc42dda8ae8bd695401b7c (diff)
downloadrails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.gz
rails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.bz2
rails-14ece5e4292053e7a40e9bd80c447745f721e217.zip
Use frozen-string-literal in ActiveJob
Diffstat (limited to 'activejob/Rakefile')
-rw-r--r--activejob/Rakefile1
1 files changed, 1 insertions, 0 deletions
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