File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem "jekyll", "4.2.2"
12
12
13
13
# Fix development command "jekyll serve"
14
14
# Can be removed when upgrading to Jekyll 4.3
15
- gem "webrick" , "~> 1.8"
15
+ gem "webrick" , "~> 1.8" , ">= 1.8.2"
16
16
17
17
# This is the default theme for new Jekyll sites. You may change this to anything you like.
18
18
gem "minima" , "~> 2.5" , ">= 2.5.1"
Original file line number Diff line number Diff line change 69
69
terminal-table (2.0.0 )
70
70
unicode-display_width (~> 1.1 , >= 1.1.1 )
71
71
unicode-display_width (1.8.0 )
72
- webrick (1.8.1 )
72
+ webrick (1.8.2 )
73
73
74
74
PLATFORMS
75
75
ruby
@@ -80,10 +80,10 @@ DEPENDENCIES
80
80
jekyll-paginate
81
81
jekyll-redirect-from
82
82
minima (~> 2.5 , >= 2.5.1 )
83
- webrick (~> 1.8 )
83
+ webrick (~> 1.8 , >= 1.8.2 )
84
84
85
85
RUBY VERSION
86
- ruby 3.0.2p107
86
+ ruby 2.7.8p225
87
87
88
88
BUNDLED WITH
89
89
2.1.4
You can’t perform that action at this time.
0 commit comments