summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 093db66..958dfa6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -157,6 +157,7 @@ task :version do
puts m
File.open(File.join('lib', 'json', 'version.rb'), 'w') do |v|
v.puts <<EOT
+# frozen_string_literal: false
module JSON
# JSON version
VERSION = '#{PKG_VERSION}'