@@ -8,12 +8,12 @@ source "https://rubygems.org"
8
8
# This will help ensure the proper Jekyll version is running.
9
9
# Happy Jekylling!
10
10
11
- gem "jekyll" , "~> 4.4.1"
11
+ # gem "jekyll", "~> 4.4.1"
12
12
# This is the default theme for new Jekyll sites. You may change this to anything you like.
13
13
gem "minima" , "~> 2.5"
14
14
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
15
15
# uncomment the line below. To upgrade, run `bundle update github-pages`.
16
- # gem "github-pages", group: :jekyll_plugins
16
+ gem "github-pages" , group : :jekyll_plugins
17
17
# If you have any plugins, put them here!
18
18
group :jekyll_plugins do
19
19
gem "jekyll-feed" , "~> 0.17"
@@ -29,13 +29,6 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
29
29
gem "tzinfo-data"
30
30
end
31
31
32
- # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
33
- # and associated library.
34
- platforms :mingw , :x64_mingw , :mswin , :jruby do
35
- gem "tzinfo" , ">= 1" , "< 3"
36
- gem "tzinfo-data"
37
- end
38
-
39
32
# Performance-booster for watching directories on Windows
40
33
gem "wdm" , "~> 0.1" , :platforms => [ :mingw , :x64_mingw , :mswin ]
41
34
0 commit comments