@@ -7,31 +7,14 @@ source "https://rubygems.org"
77#
88# This will help ensure the proper Jekyll version is running.
99# Happy Jekylling!
10- gem "jekyll"
11- # This is the default theme for new Jekyll sites. You may change this to anything you like.
12- # gem "minima", "~> 2.5"
13- # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14- # uncomment the line below. To upgrade, run `bundle update github-pages`.
15- # gem "github-pages", group: :jekyll_plugins
16- # If you have any plugins, put them here!
17- group :jekyll_plugins do
18- gem "jekyll-feed" , "~> 0.12"
19- gem "jekyll-tidy"
20- end
10+ gem "jekyll" , "~> 4.3.0"
2111
22- # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23- # and associated library.
24- install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
25- gem "tzinfo" , "~> 1.2"
26- gem "tzinfo-data"
12+ # Jekyll plugins
13+ group :jekyll_plugins do
14+ gem "jekyll-feed" , "~> 0.15"
15+ gem "jekyll-tidy" , "~> 0.2"
16+ gem 'jekyll-sitemap' , '~> 1.4'
17+ gem "jekyll-redirect-from" , "~> 0.16"
18+ gem 'kramdown-math-katex' , '~> 1.0'
19+ gem "webrick" , "~> 1.7"
2720end
28-
29- # Performance-booster for watching directories on Windows
30- gem "wdm" , "~> 0.1.1" , :install_if => Gem . win_platform?
31-
32- gem 'jekyll-sitemap'
33- gem 'kramdown-math-katex'
34-
35- gem "webrick" , "~> 1.7"
36-
37- gem "jekyll-redirect-from" , "~> 0.16.0"
0 commit comments