From 2645d3e67634c57ff58a086649d7aaf4d7f6f3cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Mar 2022 21:28:17 +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-2437090 --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8e06a0c7..58d65fb1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' gem 'rack' -gem 'puma' +gem 'puma', '>= 4.3.12' diff --git a/Gemfile.lock b/Gemfile.lock index 7bc119c5..f979b875 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,17 @@ GEM remote: https://rubygems.org/ specs: - puma (3.4.0) + nio4r (2.5.8) + puma (5.6.4) + nio4r (~> 2.0) rack (1.6.4) PLATFORMS ruby DEPENDENCIES - puma + puma (>= 4.3.12) rack BUNDLED WITH - 1.11.2 + 1.17.3