Skip to content

Commit e39a5f3

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535
1 parent 310d4d4 commit e39a5f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Gemfile

+1-1
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"

Diff for: Gemfile.lock

+2-2
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)