We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d857c43 commit 6cdc1baCopy full SHA for 6cdc1ba
Gemfile
@@ -7,7 +7,7 @@ end
7
8
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
9
10
-gem "webrick", "~> 1.8"
+gem "webrick", "~> 1.9"
11
12
gem 'html-proofer', "~> 3.19.4"
13
Gemfile.lock
@@ -277,7 +277,7 @@ GEM
277
concurrent-ruby (~> 1.0)
278
unicode-display_width (1.8.0)
279
uri (0.13.0)
280
- webrick (1.8.1)
+ webrick (1.9.1)
281
yell (2.2.2)
282
283
PLATFORMS
@@ -289,7 +289,7 @@ DEPENDENCIES
289
github-pages (= 232)
290
html-proofer (~> 3.19.4)
291
json
292
- webrick (~> 1.8)
+ webrick (~> 1.9)
293
294
BUNDLED WITH
295
2.5.6
0 commit comments