From e0fa451b82405cddb62f3d86bd4ca73b0cdac7ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 May 2020 23:11:14 -0700 Subject: [PATCH 1/2] fix: assets/ruby_simple/Gemfile & assets/ruby_simple/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-569066 --- assets/ruby_simple/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/ruby_simple/Gemfile b/assets/ruby_simple/Gemfile index 04416be..e0952e6 100644 --- a/assets/ruby_simple/Gemfile +++ b/assets/ruby_simple/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'rack', '~> 2.0' -gem 'sinatra' +gem 'rack', '~> 2.1', '>= 2.1.3' +gem 'sinatra', '>= 2.0.5' From 26b2863985c131824b7a4ac3c7cb5a99b5a5a951 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 May 2020 23:11:15 -0700 Subject: [PATCH 2/2] fix: assets/ruby_simple/Gemfile & assets/ruby_simple/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-569066 --- assets/ruby_simple/Gemfile.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/assets/ruby_simple/Gemfile.lock b/assets/ruby_simple/Gemfile.lock index 3bbe525..62fb01e 100644 --- a/assets/ruby_simple/Gemfile.lock +++ b/assets/ruby_simple/Gemfile.lock @@ -1,23 +1,25 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.0.3) - rack (2.1.1) - rack-protection (2.0.5) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.2) + 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 - rack (~> 2.0) - sinatra + rack (~> 2.1, >= 2.1.3) + sinatra (>= 2.0.5) BUNDLED WITH 1.17.3