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