From d62785d7a1403480e6e88dac7659556b3a2cbb75 Mon Sep 17 00:00:00 2001 From: Ofir Petrushka Date: Mon, 12 Oct 2020 17:45:41 +1100 Subject: [PATCH] style: rubocop Style/FrozenStringLiteralComment Fix Style/FrozenStringLiteralComment by rubocop Signed-off-by: Cody Coder --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 3f0e551..0fd14f5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ +# frozen_string_literal: true source 'https://rubygems.org' gem 'jekyll', '~> 4' -- GitLab