Skip to content

Commit

Permalink
Merge pull request #104 from jonasbn/dependabot/bundler/webrick-1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
2 parents e77319d + 3511a28 commit ef140b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "jekyll-github-metadata"
gem 'jemoji'
# Security patch
# REF: https://security.snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535
gem 'webrick', '1.9.0'
gem 'webrick', '1.9.1'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.9.0)
webrick (1.9.1)

PLATFORMS
ruby
Expand All @@ -273,7 +273,7 @@ DEPENDENCIES
github-pages
jekyll-github-metadata
jemoji
webrick (= 1.9.0)
webrick (= 1.9.1)

BUNDLED WITH
2.1.4

0 comments on commit ef140b1

Please sign in to comment.