From 0d230e86a4331a5f2612b8895490f78efaab9650 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2020 05:58:36 +0000 Subject: [PATCH] fix: examples/Gemfile & examples/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-572377 --- examples/Gemfile | 2 +- examples/Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) 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' diff --git a/examples/Gemfile.lock b/examples/Gemfile.lock index d7959b2..fd246d9 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.3) + 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