From 6d777a3e4af6f69f1b8871542b967a9f58fb0fce Mon Sep 17 00:00:00 2001 From: "depfu-dev-halfbyte[bot]" <32734982+depfu-dev-halfbyte[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 17:25:05 +0000 Subject: [PATCH] Update puma to version 4.3.12 --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dd04dce..077544d 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'rails', '~> 5.1' gem 'mysql2', '~> 0.5.2' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 1a49981..348d3fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,8 @@ GEM mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) public_suffix (3.0.0) - puma (3.12.4) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.8) rack-pjax (1.0.0) nokogiri (~> 1.5) @@ -387,7 +388,7 @@ DEPENDENCIES linkeddata listen (~> 3.0.5) mysql2 (~> 0.5.2) - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.1) rails_admin (~> 1.2) rdf