From 92f379cb722ab429f306e5988f89c216fe5b6bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:13:01 +0000 Subject: [PATCH] Bump puma from 5.5.2 to 5.6.4 in /rails-app 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] --- rails-app/Gemfile | 2 +- rails-app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rails-app/Gemfile b/rails-app/Gemfile index f714e4e..3c69e33 100644 --- a/rails-app/Gemfile +++ b/rails-app/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.4', '>= 6.1.4.1' # Use postgresql as the database for Active Record gem 'pg', '~> 1.1' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/rails-app/Gemfile.lock b/rails-app/Gemfile.lock index 7a2d91e..4e2ca72 100644 --- a/rails-app/Gemfile.lock +++ b/rails-app/Gemfile.lock @@ -89,7 +89,7 @@ GEM nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) pg (1.2.3) - puma (5.5.2) + puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -151,7 +151,7 @@ DEPENDENCIES byebug listen (~> 3.3) pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.6) rack-cors rails (~> 6.1.4, >= 6.1.4.1) spring