From 64a8735ba37f7575e71a3b73630ceeb01089d36b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 19:42:43 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-6146928 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4b42903..94a9969 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ gem 'sinatra', '2.0.2' gem 'sinatra-contrib', '2.0.2' gem 'rake', '>= 12.3.3' gem 'json', '>= 2.3.0' -gem 'puma', '>= 3.12.4' +gem 'puma', '>= 5.6.8' gem 'httparty', '0.14.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 790cc50..cee8561 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,8 +9,8 @@ GEM multi_xml (0.6.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nio4r (2.5.2) - puma (4.3.3) + nio4r (2.7.0) + puma (6.4.2) nio4r (~> 2.0) rack (2.2.3) rack-protection (2.0.2) @@ -38,7 +38,7 @@ PLATFORMS DEPENDENCIES httparty (= 0.14.0) json (>= 2.3.0) - puma (>= 3.12.4) + puma (>= 5.6.8) rake (>= 12.3.3) sinatra (= 2.0.2) sinatra-contrib (= 2.0.2)