Skip to content

Commit

Permalink
fix: test/acceptance/workspaces/large-mono-repo/bundler-app/Gemfile &…
Browse files Browse the repository at this point in the history
… test/acceptance/workspaces/large-mono-repo/bundler-app/Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://dev.snyk.io/vuln/SNYK-RUBY-RACK-572377
  • Loading branch information
snyk-bot committed Jun 17, 2020
1 parent ea33383 commit 033659c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "rack-cache", "~> 1.1.0"
gem "rack", "~> 1.6.2"
gem "rack-protection", "~> 1.5.0"
gem "rack", "~> 2.1.4"
gem "rack-protection", "~> 1.5.3"
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
rack (1.6.5)
rack (2.1.4)
rack-cache (1.1)
rack (>= 0.4)
rack-protection (1.5.3)
rack-protection (1.5.5)
rack

PLATFORMS
ruby

DEPENDENCIES
rack (~> 1.6.2)
rack (~> 2.1.4)
rack-cache (~> 1.1.0)
rack-protection (~> 1.5.0)
rack-protection (~> 1.5.3)

BUNDLED WITH
1.14.3
1.17.3

0 comments on commit 033659c

Please sign in to comment.