We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a015481 commit 5af47e4Copy full SHA for 5af47e4
Gemfile
@@ -19,4 +19,4 @@ end
19
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
20
21
# Jekyll <= 4.2.0 compatibility with Ruby 3.0
22
-gem "webrick", "~> 1.7"
+gem "webrick", "~> 1.8"
Gemfile.lock
@@ -96,7 +96,7 @@ GEM
96
tzinfo (>= 1.0.0)
97
unicode-display_width (2.3.0)
98
wdm (0.1.1)
99
- webrick (1.7.0)
+ webrick (1.8.2)
100
yell (2.2.2)
101
102
PLATFORMS
@@ -108,7 +108,7 @@ DEPENDENCIES
108
tzinfo (~> 1.2)
109
tzinfo-data
110
wdm (~> 0.1.1)
111
- webrick (~> 1.7)
+ webrick (~> 1.8)
112
113
BUNDLED WITH
114
2.3.23
0 commit comments