We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88834b commit 95c8df4Copy full SHA for 95c8df4
Gemfile
@@ -5,4 +5,4 @@ gem "neat", ">= 1.0.0"
5
gem 'jekyll-feed'
6
7
8
-gem "webrick", "~> 1.7"
+gem "webrick", "~> 1.8"
Gemfile.lock
@@ -61,7 +61,7 @@ GEM
61
unicode-display_width (~> 1.1, >= 1.1.1)
62
thor (0.20.3)
63
unicode-display_width (1.7.0)
64
- webrick (1.7.0)
+ webrick (1.8.1)
65
66
PLATFORMS
67
x86_64-linux
@@ -70,7 +70,7 @@ DEPENDENCIES
70
jekyll (>= 3.6.3)
71
jekyll-feed
72
neat (>= 1.0.0)
73
- webrick (~> 1.7)
+ webrick (~> 1.8)
74
75
BUNDLED WITH
76
2.2.16
0 commit comments