summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-05-03 01:33:56 +0300
committerKyrylo Silin <silin@kyrylo.org>2019-05-08 00:13:17 +0300
commit18c45d26c55a659461c13a5f423f1a5094a74571 (patch)
tree307045d706948d9edef92376f4335419cfc07a97 /Gemfile
parentfc3526d1393de4a0e4102099a3153311dff44be6 (diff)
downloadpry-18c45d26c55a659461c13a5f423f1a5094a74571.tar.gz
rubocop: enable the Style/FrozenStringLiteralComment cop
This will greatly ease Pry support on Ruby 3.0 (when it's out).
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 63493654..a6981aa5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
source 'https://rubygems.org'
gemspec