From 9222178805746ca25925ba7a4ba440cf3d6ea820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 13:04:27 +0000 Subject: [PATCH] Bump puma from 5.5.2 to 6.1.1 Bumps [puma](https://github.com/puma/puma) from 5.5.2 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.5.2...v6.1.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5b3a59d..822e0e2 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 6.1.4', '>= 6.1.4.1' gem 'caze' # server -gem 'puma', '~> 5.5' +gem 'puma', '~> 6.1' # assets gem 'sass-rails', '>= 6' diff --git a/Gemfile.lock b/Gemfile.lock index 5aeeea4..1704687 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,7 @@ GEM ast (~> 2.4.1) pg (1.2.3) public_suffix (4.0.6) - puma (5.5.2) + puma (6.1.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -334,7 +334,7 @@ DEPENDENCIES listen (~> 3.3) nokogiri (~> 1.11.1) pg (~> 1.2) - puma (~> 5.5) + puma (~> 6.1) rack-mini-profiler (~> 2.0) rails (~> 6.1.4, >= 6.1.4.1) rails-controller-testing