summaryrefslogtreecommitdiff
path: root/chef-utils/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-02 09:53:22 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-02 09:53:22 -0800
commit86839a913f27ed683ad5a3e8df4e3f68bc9f06e9 (patch)
tree15da28d223c1fc9f516fe51f3b08ead743589564 /chef-utils/Rakefile
parentaa61112cd1943cc8cb78d6a34101dba1610adaa3 (diff)
downloadchef-86839a913f27ed683ad5a3e8df4e3f68bc9f06e9.tar.gz
Freeze strings in chef-utils
This saves us memory and gets us ready for a world where this becomes the default. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-utils/Rakefile')
-rw-r--r--chef-utils/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-utils/Rakefile b/chef-utils/Rakefile
index 4bb4605e0c..237f47f72b 100644
--- a/chef-utils/Rakefile
+++ b/chef-utils/Rakefile
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require "bundler/gem_tasks"
task default: :spec