From e33d4673e6ac581053200e90d988e82dd0f694e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Mar 2020 02:43:53 +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-559100 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8845ac4a..28cafabe 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.2.3' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12', '>= 3.12.4' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 6316c01b..ca67270e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM nio4r (2.4.0) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -135,7 +135,7 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug listen (>= 3.0.5, < 3.2) - puma (~> 3.11) + puma (~> 3.12, >= 3.12.4) rails (~> 5.2.3) spring spring-watcher-listen (~> 2.0.0) @@ -146,4 +146,4 @@ RUBY VERSION ruby 2.6.3p62 BUNDLED WITH - 1.17.2 + 1.17.3