Skip to content

Commit 693867a

Browse files
Merge pull request #13 from IdentityPython/snyk-fix-cc23b461b35eb079b84001032e65f6d7
[Snyk] Security upgrade webrick from 1.7.0 to 1.8.2
2 parents 310d4d4 + e39a5f3 commit 693867a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ end
2929
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3030

3131

32-
gem "webrick", "~> 1.7"
32+
gem "webrick", "~> 1.8", ">= 1.8.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GEM
6767
terminal-table (2.0.0)
6868
unicode-display_width (~> 1.1, >= 1.1.1)
6969
unicode-display_width (1.8.0)
70-
webrick (1.7.0)
70+
webrick (1.8.2)
7171

7272
PLATFORMS
7373
ruby
@@ -80,7 +80,7 @@ DEPENDENCIES
8080
tzinfo (~> 1.2)
8181
tzinfo-data
8282
wdm (~> 0.1.1)
83-
webrick (~> 1.7)
83+
webrick (~> 1.8, >= 1.8.2)
8484

8585
BUNDLED WITH
8686
2.1.4

0 commit comments

Comments
 (0)