@@ -8,10 +8,9 @@ source "https://rubygems.org"
88#
99# This will help ensure the proper Jekyll version is running.
1010# Happy Jekylling!
11- # gem "jekyll", "~> 3.8.6"
12-
11+ #gem "jekyll", "~> 4.3.2"
1312# This is the default theme for new Jekyll sites. You may change this to anything you like.
14- gem "minima" , "~> 2.0 "
13+ gem "minima" , "~> 2.5 "
1514# gem "architect", "~> 0.2.0"
1615
1716# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
@@ -21,15 +20,21 @@ gem "github-pages", group: :jekyll_plugins
2120
2221# If you have any plugins, put them here!
2322group :jekyll_plugins do
24- gem "jekyll-feed" , "~> 0.6 "
23+ gem "jekyll-feed" , "~> 0.12 "
2524end
2625
27- # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+ # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2827# and associated library.
29- install_if -> { RUBY_PLATFORM =~ %r!mingw| mswin|java! } do
30- gem "tzinfo" , "~> 1.2 "
28+ platforms :mingw , :x64_mingw , : mswin, :jruby do
29+ gem "tzinfo" , ">= 1" , "< 3 "
3130 gem "tzinfo-data"
3231end
3332
3433# Performance-booster for watching directories on Windows
35- gem "wdm" , "~> 0.1.0" , :install_if => Gem . win_platform?
34+ gem "wdm" , "~> 0.1.1" , :platforms => [ :mingw , :x64_mingw , :mswin ]
35+
36+ # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
37+ # do not have a Java counterpart.
38+ gem "http_parser.rb" , "~> 0.6.0" , :platforms => [ :jruby ]
39+
40+ gem "webrick"
0 commit comments