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 f98925d commit c703c3fCopy full SHA for c703c3f
Gemfile
@@ -2,4 +2,4 @@ source "https://rubygems.org"
2
3
gem "github-pages", group: :jekyll_plugins
4
5
-gem "webrick", "~> 1.9", ">= 1.9.1"
+gem "webrick", "~> 1.9", ">= 1.9.2"
Gemfile.lock
@@ -271,14 +271,14 @@ GEM
271
concurrent-ruby (~> 1.0)
272
unicode-display_width (1.8.0)
273
uri (1.1.1)
274
- webrick (1.9.1)
+ webrick (1.9.2)
275
276
PLATFORMS
277
ruby
278
279
DEPENDENCIES
280
github-pages
281
- webrick (~> 1.9, >= 1.9.1)
+ webrick (~> 1.9, >= 1.9.2)
282
283
BUNDLED WITH
284
2.7.2
0 commit comments