Skip to content

Commit

Permalink
fix: auth_server_example/Gemfile & auth_server_example/Gemfile.lock t…
Browse files Browse the repository at this point in the history
…o reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-72566
- https://snyk.io/vuln/SNYK-RUBY-RACK-72567
  • Loading branch information
snyk-bot committed Feb 13, 2019
1 parent 646ba7a commit 39bac77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion auth_server_example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem 'sinatra'
gem 'sinatra', '>= 2.0.4'
14 changes: 7 additions & 7 deletions auth_server_example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ GEM
remote: https://rubygems.org/
specs:
mustermann (1.0.3)
rack (2.0.5)
rack-protection (2.0.4)
rack (2.0.6)
rack-protection (2.0.5)
rack
sinatra (2.0.4)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.4)
rack-protection (= 2.0.5)
tilt (~> 2.0)
tilt (2.0.8)
tilt (2.0.9)

PLATFORMS
ruby

DEPENDENCIES
sinatra
sinatra (>= 2.0.4)

BUNDLED WITH
1.16.2
1.17.2

0 comments on commit 39bac77

Please sign in to comment.