From 8081f5493693e33e59e72a7263e0d834169b202b Mon Sep 17 00:00:00 2001 From: ashmaroli Date: Fri, 10 Nov 2017 18:55:01 +0530 Subject: [PATCH] use double-quotes around gem name (#6535) Merge pull request 6535 --- lib/jekyll/commands/new.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/commands/new.rb b/lib/jekyll/commands/new.rb index 197f93c8..f930d4d7 100644 --- a/lib/jekyll/commands/new.rb +++ b/lib/jekyll/commands/new.rb @@ -87,7 +87,7 @@ group :jekyll_plugins do end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] +gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] RUBY end