From 669519a111f63606f2da5479f263038c0bfcdf6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2019 22:05:39 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-538324 --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index f4d2688..0ba3302 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem 'git', '~> 1.3' -gem 'sinatra', '~> 2.0', '>= 2.0.3' +gem 'sinatra', '~> 2.0', '>= 2.0.4' gem 'minitest', '~> 5.11', '>= 5.11.3' gem 'multi_json', '~> 1.13', '>= 1.13.1' gem 'mail', '~> 2.7' diff --git a/Gemfile.lock b/Gemfile.lock index 00d841e..0156909 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,17 +14,17 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) mustermann (1.0.3) - rack (2.0.6) - rack-protection (2.0.4) + rack (2.0.8) + rack-protection (2.0.7) rack - sinatra (2.0.4) + sinatra (2.0.7) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.4) + rack-protection (= 2.0.7) tilt (~> 2.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - tilt (2.0.9) + tilt (2.0.10) unicode-display_width (1.4.0) PLATFORMS @@ -36,7 +36,7 @@ DEPENDENCIES mail (~> 2.7) minitest (~> 5.11, >= 5.11.3) multi_json (~> 1.13, >= 1.13.1) - sinatra (~> 2.0, >= 2.0.3) + sinatra (~> 2.0, >= 2.0.4) BUNDLED WITH - 1.17.1 + 1.17.3