From 3b2fa244785a3bf55d2c17e741b8955b2e7bcd35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 08:11:35 +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-8062124 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4b42903..c95d108 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.9' gem 'httparty', '0.14.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 790cc50..e5e918b 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.3) + puma (6.4.3) 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.9) rake (>= 12.3.3) sinatra (= 2.0.2) sinatra-contrib (= 2.0.2)