From dafdba9302879545588fbf40929045c5568bd2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:56:46 +0000 Subject: [PATCH] Bump puma from 5.5.2 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.5.2 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.2...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 c50963c..88972ef 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'sqlite3' # Mysql2 for staging and production gem 'mysql2' # Use Puma as the app server -gem 'puma', '~> 5.5' +gem 'puma', '~> 5.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 575200d..7327949 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,7 @@ GEM parser (3.1.0.0) ast (~> 2.4.1) public_suffix (4.0.6) - puma (5.5.2) + puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -282,7 +282,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) loofah (>= 2.3.1) mysql2 - puma (~> 5.5) + puma (~> 5.6) rails (~> 6.0.1) rails-controller-testing rspec