From dd86ec61ed16c03ca1b1b217279c543641d10bc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 May 2020 06:58:41 +0100 Subject: [PATCH 1/2] fix: examples/Gemfile & examples/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-569066 --- examples/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Gemfile b/examples/Gemfile index 464826a..53d38cf 100644 --- a/examples/Gemfile +++ b/examples/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem 'sinatra', '>= 2.0.5' +gem 'sinatra', '>= 2.0.7' From aad29845f9ed77a77a657618e5268470d79526c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 May 2020 06:58:42 +0100 Subject: [PATCH 2/2] fix: examples/Gemfile & examples/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-569066 --- examples/Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/examples/Gemfile.lock b/examples/Gemfile.lock index d7959b2..d36a079 100644 --- a/examples/Gemfile.lock +++ b/examples/Gemfile.lock @@ -1,14 +1,16 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.0.3) - rack (2.0.8) - rack-protection (2.0.7) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.2) + rack-protection (2.0.8.1) rack - sinatra (2.0.7) + ruby2_keywords (0.0.2) + sinatra (2.0.8.1) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.7) + rack-protection (= 2.0.8.1) tilt (~> 2.0) tilt (2.0.10) @@ -16,7 +18,7 @@ PLATFORMS ruby DEPENDENCIES - sinatra (>= 2.0.5) + sinatra (>= 2.0.7) BUNDLED WITH 1.17.3