Skip to content

Commit

Permalink
fix: api/Gemfile & api/Gemfile.lock to reduce vulnerabilities (#218)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-PUMA-559100
  • Loading branch information
snyk-bot committed May 4, 2020
1 parent 2ff0cd5 commit 089115a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'friendly_id'
gem 'inherited_resources', '>= 1.9.0'
gem 'jbuilder'
gem 'premailer-rails', '>= 1.10.2'
gem 'puma'
gem 'puma', '>= 3.12.4'
gem 'rack-cors', require: 'rack/cors'
gem 'rack-ssl'
gem 'rest-client'
Expand Down
5 changes: 3 additions & 2 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ GEM
pry (~> 0.10)
psych (3.1.0)
public_suffix (3.1.1)
puma (3.12.0)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.0.7)
rack-cors (1.0.2)
rack-ssl (1.4.1)
Expand Down Expand Up @@ -339,7 +340,7 @@ DEPENDENCIES
premailer-rails (>= 1.10.2)
pry
pry-byebug
puma
puma (>= 3.12.4)
rack-cors
rack-ssl
rails (>= 5.2.2.1)
Expand Down

0 comments on commit 089115a

Please sign in to comment.