Skip to content

Commit

Permalink
Merge pull request #377 from TeamNewPipe/snyk-fix-4a2b059d3ea931f6247…
Browse files Browse the repository at this point in the history
…c289f3b4d3236

[Snyk] Security upgrade webrick from 1.8.1 to 1.8.2
  • Loading branch information
TobiGr authored Sep 24, 2024
2 parents db41fde + 6890986 commit 4166372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "jekyll", "4.2.2"

# Fix development command "jekyll serve"
# Can be removed when upgrading to Jekyll 4.3
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.8", ">= 1.8.2"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5", ">= 2.5.1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
ruby
Expand All @@ -80,10 +80,10 @@ DEPENDENCIES
jekyll-paginate
jekyll-redirect-from
minima (~> 2.5, >= 2.5.1)
webrick (~> 1.8)
webrick (~> 1.8, >= 1.8.2)

RUBY VERSION
ruby 3.0.2p107
ruby 2.7.8p225

BUNDLED WITH
2.1.4

0 comments on commit 4166372

Please sign in to comment.