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 5542476 commit b08b14dCopy full SHA for b08b14d
Gemfile
@@ -2,4 +2,4 @@ source "https://rubygems.org"
2
3
gem 'github-pages', group: :jekyll_plugins
4
5
-gem "webrick", "~> 1.8"
+gem "webrick", "~> 1.9"
Gemfile.lock
@@ -265,14 +265,14 @@ GEM
265
concurrent-ruby (~> 1.0)
266
unicode-display_width (1.8.0)
267
uri (0.13.0)
268
- webrick (1.8.1)
+ webrick (1.9.0)
269
270
PLATFORMS
271
ruby
272
273
DEPENDENCIES
274
github-pages
275
- webrick (~> 1.8)
+ webrick (~> 1.9)
276
277
BUNDLED WITH
278
2.3.15
0 commit comments