File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source "https://rubygems.org"
77#
88# This will help ensure the proper Jekyll version is running.
99# Happy Jekylling!
10- # gem "jekyll", "~> 4.3.4"
10+ gem "jekyll" , "~> 4.3.4"
1111# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212# gem "minima", "~> 2.5"
1313#gem "jekyll-theme-yat"
@@ -17,11 +17,11 @@ source "https://rubygems.org"
1717gem "jekyll-remote-theme" , group : :jekyll_plugins
1818# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1919# uncomment the line below. To upgrade, run `bundle update github-pages`.
20- gem "github-pages" , group : :jekyll_plugins
20+ # gem "github-pages", group: :jekyll_plugins
2121# If you have any plugins, put them here!
2222group :jekyll_plugins do
2323 gem "jekyll-spaceship"
24- # gem "jekyll-feed", "~> 0.12"
24+ gem "jekyll-feed" , "~> 0.12"
2525end
2626
2727# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
You can’t perform that action at this time.
0 commit comments