Skip to content

Commit e5cea3e

Browse files
authored
Merge pull request #229 from digipost/webrick-bump
Bump webrick 1.8 -> 1.8.2 to fix CVE-2024-47220
2 parents 3cff888 + 4b2f6a8 commit e5cea3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ require 'open-uri'
55
versions = JSON.parse(OpenURI.open_uri('https://pages.github.com/versions.json').read)
66

77
gem 'github-pages', versions['github-pages'], group: :jekyll_plugins
8-
gem "webrick", "~> 1.8"
8+
gem "webrick", "~> 1.8.2"
99
gem "faraday", "~> 2.0.1"
1010
gem "nokogiri", "1.16.5"

docs/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ GEM
266266
tzinfo (2.0.6)
267267
concurrent-ruby (~> 1.0)
268268
unicode-display_width (1.8.0)
269-
webrick (1.8.1)
269+
webrick (1.8.2)
270270

271271
PLATFORMS
272272
ruby
@@ -276,7 +276,7 @@ DEPENDENCIES
276276
faraday (~> 2.0.1)
277277
github-pages (= 232)
278278
nokogiri (= 1.16.5)
279-
webrick (~> 1.8)
279+
webrick (~> 1.8.2)
280280

281281
BUNDLED WITH
282282
2.4.22

0 commit comments

Comments
 (0)