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 e852bba commit a905cfcCopy full SHA for a905cfc
Gemfile
@@ -32,4 +32,4 @@ end
32
gem "wdm", "~> 0.1.1" if Gem.win_platform?
33
34
35
-gem "webrick", "~> 1.8"
+gem "webrick", "~> 1.9"
Gemfile.lock
@@ -75,7 +75,7 @@ GEM
75
terminal-table (3.0.2)
76
unicode-display_width (>= 1.1.1, < 3)
77
unicode-display_width (2.6.0)
78
- webrick (1.8.2)
+ webrick (1.9.0)
79
80
PLATFORMS
81
arm64-darwin
@@ -88,7 +88,7 @@ DEPENDENCIES
88
jekyll-last-modified-at
89
jekyll-seo-tag
90
jekyll-sitemap
91
- webrick (~> 1.8)
+ webrick (~> 1.9)
92
93
BUNDLED WITH
94
2.5.7
0 commit comments