From 2e0bd9f0a2b4884d28d1b3db34bf8f13256d88d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 20:57:17 +0000 Subject: [PATCH] Bump puma from 5.6.4 to 6.1.1 in /backend Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 6.1.1. - [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.6.4...v6.1.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index a929deed..510e33eb 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 6.1.6' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.1' # See https://github.com/rails/execjs#readme for more supported runtimes # gem 'mini_racer', platforms: :ruby diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 8780db3d..a1a00f76 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -109,7 +109,7 @@ GEM racc (~> 1.4) pg (1.3.5) public_suffix (4.0.7) - puma (5.6.4) + puma (6.1.1) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -199,7 +199,7 @@ DEPENDENCIES jbuilder (~> 2.11) listen (~> 3.7) pg (>= 0.18, < 2.0) - puma (~> 5.6) + puma (~> 6.1) rack-cors rack-mini-profiler (~> 3.0) rails (~> 6.1.6)