use double-quotes around gem name (#6535)

Merge pull request 6535
This commit is contained in:
ashmaroli 2017-11-10 18:55:01 +05:30 committed by jekyllbot
parent b05bb59a4e
commit 8081f54936
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ group :jekyll_plugins do
end end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # 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 RUBY
end end