From 11a36c450eb70f31e3c6bd107ee66320d10aed3b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 18:12:44 +0200 Subject: Rakefile: Use single quotes Get rid of auto-generated double quotes in the `require` call. --- Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 809eb56..c702cfc 100644 --- a/Rakefile +++ b/Rakefile @@ -1,2 +1 @@ -require "bundler/gem_tasks" - +require 'bundler/gem_tasks' -- cgit v1.2.3