We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b53118 + 1fb195e commit ba75d67Copy full SHA for ba75d67
2 files changed
Gemfile
@@ -1,6 +1,6 @@
1
source 'https://rubygems.org'
2
gem 'github-pages'
3
-gem "webrick", "~> 1.8"
+gem "webrick", "~> 1.9"
4
5
group :test do
6
gem 'html-proofer'
Gemfile.lock
@@ -303,7 +303,7 @@ GEM
303
concurrent-ruby (~> 1.0)
304
unicode-display_width (1.8.0)
305
uri (0.13.1)
306
- webrick (1.8.2)
+ webrick (1.9.0)
307
yell (2.2.2)
308
zeitwerk (2.6.17)
309
@@ -315,7 +315,7 @@ DEPENDENCIES
315
html-proofer
316
rake
317
scss_lint
318
- webrick (~> 1.8)
+ webrick (~> 1.9)
319
320
BUNDLED WITH
321
2.2.22
0 commit comments