aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/actionview.gemspec
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2017-07-23 18:36:41 +0300
committerKir Shatrov <shatrov@me.com>2017-07-24 11:53:43 +0300
commit424117281e72284539a10d26162b8ce9e95cf865 (patch)
tree2d84bcb886b1b4eb436ab3a639254a08f2a9a444 /actionview/actionview.gemspec
parent2ee46434e0e8f81b1a852d7b190a2f7b0ba67228 (diff)
downloadrails-424117281e72284539a10d26162b8ce9e95cf865.tar.gz
rails-424117281e72284539a10d26162b8ce9e95cf865.tar.bz2
rails-424117281e72284539a10d26162b8ce9e95cf865.zip
Use frozen string literal in actionview/
Diffstat (limited to 'actionview/actionview.gemspec')
-rw-r--r--actionview/actionview.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/actionview.gemspec b/actionview/actionview.gemspec
index 48e79c53ca..b99137fcf6 100644
--- a/actionview/actionview.gemspec
+++ b/actionview/actionview.gemspec
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
version = File.read(File.expand_path("../RAILS_VERSION", __dir__)).strip
Gem::Specification.new do |s|