From d5c528e73f6f770584311e7560f53e61ce4a4dc8 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Thu, 22 Jul 2021 16:04:29 +0100 Subject: [PATCH] chore(deps): upgrade puma to 4.3.8 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 47a0187..49c9fdc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '= 5.2.5' gem 'mysql2' -gem 'puma' +gem 'puma', '~> 4' gem 'turbolinks', '~> 5' gem 'haml' gem 'nifty-utils' diff --git a/Gemfile.lock b/Gemfile.lock index 28431cd..eb2f209 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) - puma (4.3.5) + puma (4.3.8) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -279,7 +279,7 @@ DEPENDENCIES nifty-utils nilify_blanks nio4r - puma + puma (~> 4) rails (= 5.2.5) rspec rspec-rails