mirror of https://github.com/heroku/12factor.git
fix: Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
This commit is contained in:
parent
72ff174448
commit
212d824c9d
10
Gemfile.lock
10
Gemfile.lock
|
@ -5,11 +5,11 @@ GEM
|
|||
eventmachine (1.2.0.1)
|
||||
i18n (0.7.0)
|
||||
maruku (0.7.2)
|
||||
rack (1.6.12)
|
||||
rack-protection (1.5.3)
|
||||
rack (1.6.13)
|
||||
rack-protection (1.5.5)
|
||||
rack
|
||||
rack-ssl-enforcer (0.2.9)
|
||||
sinatra (1.4.7)
|
||||
sinatra (1.4.8)
|
||||
rack (~> 1.5)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
|
@ -17,7 +17,7 @@ GEM
|
|||
daemons (~> 1.0, >= 1.0.9)
|
||||
eventmachine (~> 1.0, >= 1.0.4)
|
||||
rack (~> 1.0)
|
||||
tilt (2.0.4)
|
||||
tilt (2.0.11)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -33,4 +33,4 @@ RUBY VERSION
|
|||
ruby 2.6.6p146
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.2
|
||||
1.17.3
|
||||
|
|
Loading…
Reference in New Issue