Skip to content

Commit

Permalink
[Snyk] Security upgrade rack-cors from 1.0.2 to 1.0.5 (#237)
Browse files Browse the repository at this point in the history
* fix: api/Gemfile & api/Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACKCORS-534477

* fix: api/Gemfile & api/Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACKCORS-534477
  • Loading branch information
snyk-bot committed May 11, 2020
1 parent 7e14858 commit 59c96de
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 @@ -44,7 +44,7 @@ gem 'inherited_resources', '>= 1.9.0'
gem 'jbuilder'
gem 'premailer-rails', '>= 1.10.2'
gem 'puma', '>= 3.12.4'
gem 'rack-cors', require: 'rack/cors'
gem 'rack-cors', '>= 1.0.5', require: 'rack/cors'
gem 'rack-ssl'
gem 'rest-client'
gem 'uglifier'
Expand Down
5 changes: 3 additions & 2 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ GEM
puma (4.3.3)
nio4r (~> 2.0)
rack (2.0.7)
rack-cors (1.0.2)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-ssl (1.4.1)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -341,7 +342,7 @@ DEPENDENCIES
pry
pry-byebug
puma (>= 3.12.4)
rack-cors
rack-cors (>= 1.0.5)
rack-ssl
rails (>= 5.2.2.1)
redis (~> 3.3.3)
Expand Down

0 comments on commit 59c96de

Please sign in to comment.