From b9f81441fbb2108e69cca5c77a249c352b291007 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2020 06:07:06 +0000 Subject: [PATCH] fix: auth_server_example/Gemfile & auth_server_example/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-572377 --- auth_server_example/Gemfile | 2 +- auth_server_example/Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/auth_server_example/Gemfile b/auth_server_example/Gemfile index 4113562..7b1a6ec 100644 --- a/auth_server_example/Gemfile +++ b/auth_server_example/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem 'sinatra', '>= 2.0.4' \ No newline at end of file +gem 'sinatra', '>= 2.0.5' \ No newline at end of file diff --git a/auth_server_example/Gemfile.lock b/auth_server_example/Gemfile.lock index 0576691..85f38c5 100644 --- a/auth_server_example/Gemfile.lock +++ b/auth_server_example/Gemfile.lock @@ -1,22 +1,24 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.0.3) - rack (2.0.6) - rack-protection (2.0.5) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.3) + rack-protection (2.0.8.1) rack - sinatra (2.0.5) + ruby2_keywords (0.0.2) + sinatra (2.0.8.1) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.5) + rack-protection (= 2.0.8.1) tilt (~> 2.0) - tilt (2.0.9) + tilt (2.0.10) PLATFORMS ruby DEPENDENCIES - sinatra (>= 2.0.4) + sinatra (>= 2.0.5) BUNDLED WITH - 1.17.2 + 1.17.3