From 8214caec3f9afa194a351c1680b6eb67ccb4a285 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 26 Aug 2016 17:08:56 -0700 Subject: [PATCH] Fix RuboCop Style/StringLiterals violation --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index fc892603..9e526abe 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -5,4 +5,4 @@ source "https://rubygems.org" # just do `bundle update` to get the latest version. -gem 'github-pages' +gem "github-pages"