From 0559ac0d229676afe4b73b71867606a1abaa6554 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 May 2021 02:01:34 +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-1291014 --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8e06a0c7..bc89e1f9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' gem 'rack' -gem 'puma' +gem 'puma', '>= 4.3.8' diff --git a/Gemfile.lock b/Gemfile.lock index 7bc119c5..cce6306a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,17 @@ GEM remote: https://rubygems.org/ specs: - puma (3.4.0) + nio4r (2.5.7) + puma (5.3.1) + nio4r (~> 2.0) rack (1.6.4) PLATFORMS ruby DEPENDENCIES - puma + puma (>= 4.3.8) rack BUNDLED WITH - 1.11.2 + 1.17.3