aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/release.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/release.rb')
-rw-r--r--tasks/release.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index 38689a5799..038fdc584a 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer actioncable railties )
FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") }