Skip to content

Commit 4166372

Browse files
authored
Merge pull request #377 from TeamNewPipe/snyk-fix-4a2b059d3ea931f6247c289f3b4d3236
[Snyk] Security upgrade webrick from 1.8.1 to 1.8.2
2 parents db41fde + 6890986 commit 4166372

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "jekyll", "4.2.2"
1212

1313
# Fix development command "jekyll serve"
1414
# Can be removed when upgrading to Jekyll 4.3
15-
gem "webrick", "~> 1.8"
15+
gem "webrick", "~> 1.8", ">= 1.8.2"
1616

1717
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1818
gem "minima", "~> 2.5", ">= 2.5.1"

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ GEM
6969
terminal-table (2.0.0)
7070
unicode-display_width (~> 1.1, >= 1.1.1)
7171
unicode-display_width (1.8.0)
72-
webrick (1.8.1)
72+
webrick (1.8.2)
7373

7474
PLATFORMS
7575
ruby
@@ -80,10 +80,10 @@ DEPENDENCIES
8080
jekyll-paginate
8181
jekyll-redirect-from
8282
minima (~> 2.5, >= 2.5.1)
83-
webrick (~> 1.8)
83+
webrick (~> 1.8, >= 1.8.2)
8484

8585
RUBY VERSION
86-
ruby 3.0.2p107
86+
ruby 2.7.8p225
8787

8888
BUNDLED WITH
8989
2.1.4

0 commit comments

Comments
 (0)