@@ -8,34 +8,30 @@ source "https://rubygems.org"
8
8
#
9
9
# This will help ensure the proper Jekyll version is running.
10
10
# Happy Jekylling!
11
- gem "jekyll" , "~> 3.9.0 "
11
+ # gem "jekyll", "~> 4.4.1 "
12
12
13
13
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14
- gem "minima" , "~> 2.0 "
14
+ gem "minima" , "~> 2.5 "
15
15
16
16
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17
17
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18
- # gem "github-pages", group: :jekyll_plugins
19
-
18
+ gem "github-pages" , group : :jekyll_plugins
20
19
# If you have any plugins, put them here!
21
20
group :jekyll_plugins do
22
- gem "jekyll-feed" , "~> 0.6 "
21
+ gem "jekyll-feed" , "~> 0.12 "
23
22
gem 'jekyll-postfiles'
24
23
end
25
24
26
- # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
25
+ # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
27
26
# and associated library.
28
27
platforms :mingw , :x64_mingw , :mswin , :jruby do
29
- gem "tzinfo" , "~> 1.2 "
28
+ gem "tzinfo" , ">= 1" , "< 3 "
30
29
gem "tzinfo-data"
31
30
end
32
31
33
32
# Performance-booster for watching directories on Windows
34
- gem "wdm" , "~> 0.1.0" , :platforms => [ :mingw , :x64_mingw , :mswin ]
35
-
36
- # kramdown v2 ships without the gfm parser by default. If you're using
37
- # kramdown v1, comment out this line.
38
- gem "kramdown-parser-gfm"
39
-
33
+ gem "wdm" , "~> 0.1" , :platforms => [ :mingw , :x64_mingw , :mswin ]
40
34
41
- gem "webrick" , "~> 1.8"
35
+ # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
36
+ # do not have a Java counterpart.
37
+ gem "http_parser.rb" , "~> 0.6.0" , :platforms => [ :jruby ]
0 commit comments