From 4a44f55d427562eefc3bed47640f978418f6aedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:01:36 +0000 Subject: [PATCH] Bump puma from 5.5.1 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.5.1 to 5.6.4. - [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/v5.5.1...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8f195f60..04b85b04 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'jquery-rails', '~> 4.4', '>= 4.4.0' gem 'loofah', '>= 2.4.0' gem 'mysql2', '~> 0.5' gem 'pkg-config', '~> 1.1' -gem 'puma', '~> 5.5' # app server +gem 'puma', '~> 5.6' # app server gem 'rails', '~> 5.2' gem 'rollbar' # Error reporting tool gem 'rsolr', '>= 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0abd3aba..912a0d9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -276,7 +276,7 @@ GEM popper_js (1.16.0) powerpack (0.1.3) public_suffix (4.0.6) - puma (5.5.1) + puma (5.6.4) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -484,7 +484,7 @@ DEPENDENCIES loofah (>= 2.4.0) mysql2 (~> 0.5) pkg-config (~> 1.1) - puma (~> 5.5) + puma (~> 5.6) rails (~> 5.2) rails-controller-testing (>= 1.0.4) rollbar