From d6f7810704c2d457f3049f6156b10ec71bd1e66e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:48:30 +0000 Subject: [PATCH] Bump puma from 3.12.4 to 4.3.9 in /refume Bumps [puma](https://github.com/puma/puma) from 3.12.4 to 4.3.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.12.4...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- refume/Gemfile | 2 +- refume/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/refume/Gemfile b/refume/Gemfile index 93038f5..a4391c9 100644 --- a/refume/Gemfile +++ b/refume/Gemfile @@ -24,7 +24,7 @@ gem 'encryption' # Use sqlite3 as the database for Active Record #gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/refume/Gemfile.lock b/refume/Gemfile.lock index b8fe578..9503ce2 100644 --- a/refume/Gemfile.lock +++ b/refume/Gemfile.lock @@ -108,7 +108,8 @@ GEM mini_portile2 (~> 2.4.0) pg (1.2.2) public_suffix (4.0.3) - puma (3.12.4) + puma (4.3.9) + nio4r (~> 2.0) pycall (1.3.0) rack (2.2.2) rack-proxy (0.6.5) @@ -217,7 +218,7 @@ DEPENDENCIES jquery-rails (~> 4.3, >= 4.3.3) listen (>= 3.0.5, < 3.2) pg - puma (~> 3.7) + puma (~> 4.3) pycall rails (~> 5.1.6) rails-ujs (~> 0.1.0)