diff options
author | Kir Shatrov <shatrov@me.com> | 2017-07-09 20:49:52 +0300 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2017-07-09 20:50:52 +0300 |
commit | 14ece5e4292053e7a40e9bd80c447745f721e217 (patch) | |
tree | a4dafa29ffc8419449a6edab6abcd8554a2b9000 /activejob/Rakefile | |
parent | 0b6309d6bc9712c06fdc42dda8ae8bd695401b7c (diff) | |
download | rails-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/Rakefile | 1 |
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 |