We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cff888 + 4b2f6a8 commit e5cea3eCopy full SHA for e5cea3e
docs/Gemfile
@@ -5,6 +5,6 @@ require 'open-uri'
5
versions = JSON.parse(OpenURI.open_uri('https://pages.github.com/versions.json').read)
6
7
gem 'github-pages', versions['github-pages'], group: :jekyll_plugins
8
-gem "webrick", "~> 1.8"
+gem "webrick", "~> 1.8.2"
9
gem "faraday", "~> 2.0.1"
10
gem "nokogiri", "1.16.5"
docs/Gemfile.lock
@@ -266,7 +266,7 @@ GEM
266
tzinfo (2.0.6)
267
concurrent-ruby (~> 1.0)
268
unicode-display_width (1.8.0)
269
- webrick (1.8.1)
+ webrick (1.8.2)
270
271
PLATFORMS
272
ruby
@@ -276,7 +276,7 @@ DEPENDENCIES
276
faraday (~> 2.0.1)
277
github-pages (= 232)
278
nokogiri (= 1.16.5)
279
- webrick (~> 1.8)
+ webrick (~> 1.8.2)
280
281
BUNDLED WITH
282
2.4.22
0 commit comments