From f1315dcd259ead4c7d76ca35116a0dccc43bc6af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Nov 2022 21:53:29 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-3150405 --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index ba5bd29..ddeed37 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem "rake" gem "rspec" gem "redis" gem "curb" -gem "sinatra" +gem "sinatra", ">= 2.2.3" diff --git a/Gemfile.lock b/Gemfile.lock index fd0e3a0..aff250e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,10 +3,10 @@ GEM specs: curb (0.9.10) diff-lcs (1.3) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - rack (2.2.3) - rack-protection (2.0.8.1) + rack (2.2.4) + rack-protection (3.0.4) rack rake (13.0.1) redis (4.2.1) @@ -23,13 +23,13 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - ruby2_keywords (0.0.2) - sinatra (2.0.8.1) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + ruby2_keywords (0.0.5) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.0.11) PLATFORMS ruby @@ -39,7 +39,7 @@ DEPENDENCIES rake redis rspec - sinatra + sinatra (>= 2.2.3) BUNDLED WITH 2.1.4