summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDillon Welch <daw0328@gmail.com>2018-04-13 21:48:52 -0700
committerDillon Welch <daw0328@gmail.com>2018-04-13 22:11:19 -0700
commit4a2b1ecdcb8cac5a5ebf4d6829b973759e9ba9d8 (patch)
tree62572f49993c5b06cd600fb71a952850bfe52e0b /Rakefile
parent4786af0d089f85ec1f14717523b2b4bbcadd18f9 (diff)
downloadrack-4a2b1ecdcb8cac5a5ebf4d6829b973759e9ba9d8.tar.gz
Add frozen_string_literal: true to remaining files
See https://github.com/rack/rack/issues/1243 for history of this task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index c112f1da..0804aa25 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# Rakefile for Rack. -*-ruby-*-
desc "Run all the tests"