aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-08-13 22:14:22 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-08-13 22:14:24 +0900
commitd17264d93f4278319e60ee20c4e29dc54be343e4 (patch)
tree45c79c831e87863e8733c93d7e0473fee6fcfff7 /Gemfile
parent0ea00bb5b0d57c635350231eeeb2336b7cbcc4b8 (diff)
downloadrails-d17264d93f4278319e60ee20c4e29dc54be343e4.tar.gz
rails-d17264d93f4278319e60ee20c4e29dc54be343e4.tar.bz2
rails-d17264d93f4278319e60ee20c4e29dc54be343e4.zip
Use frozen string literal in root files
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 5e7d9b5b2e..7fc8aa7552 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }