From 636a342caa197cf318e5b63dc925555c5fb53789 Mon Sep 17 00:00:00 2001
From: Chris Harrison <c.harrison1988@gmail.com>
Date: Thu, 20 May 2021 12:57:09 +0100
Subject: [PATCH] fix: update puma due to security issue

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index f197dab..adb05da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
 ruby '2.7.2'
 
 gem 'rails', '6.1.3.2'
-gem 'puma', '4.3.7'
+gem 'puma', '4.3.8'
 gem 'sass-rails', '5.1.0'
 gem 'uglifier', '4.2.0'
 gem 'mini_racer', '0.3.1'
diff --git a/Gemfile.lock b/Gemfile.lock
index 61402b3..7ac770e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -204,7 +204,7 @@ GEM
     pg (1.2.3)
     popper_js (1.16.0)
     public_suffix (4.0.6)
-    puma (4.3.7)
+    puma (4.3.8)
       nio4r (~> 2.0)
     pundit (2.1.0)
       activesupport (>= 3.0.0)
@@ -400,7 +400,7 @@ DEPENDENCIES
   nexus_cqrs_auth (= 0.0.4)
   nexus_domain_events (= 1.1.2)
   pg (= 1.2.3)
-  puma (= 4.3.7)
+  puma (= 4.3.8)
   pundit (= 2.1.0)
   pundit-matchers (= 1.6.0)
   rack-attack (= 6.5.0)
-- 
GitLab