From 2438167c2db05d5616c43dab5d3c8a8e2e8fdab8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2019 04:11:02 +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-536835 --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 298f118..f732640 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'hirb' gem 'jsonb_accessor' gem 'pg' -gem 'puma' +gem 'puma', '>= 3.12.2' gem 'font_awesome5_rails' gem 'sassc-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 5bf7fb6..d35d686 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -231,7 +231,8 @@ GEM i18n (>= 0.5.0) railties (>= 3.0.0) public_suffix (3.0.3) - puma (3.12.1) + puma (4.3.1) + nio4r (~> 2.0) pundit (2.0.0) activesupport (>= 3.0.0) pundit-matchers (1.6.0) @@ -411,7 +412,7 @@ DEPENDENCIES pg pry-byebug public_activity - puma + puma (>= 3.12.2) pundit pundit-matchers rails (~> 5.2.2)