From 4c228cce5eac49d693c278c1a6eb87fe3a284649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:06:35 +0000 Subject: [PATCH] Bump puma from 5.6.1 to 6.0.2 Bumps [puma](https://github.com/puma/puma) from 5.6.1 to 6.0.2. - [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.1...v6.0.2) --- 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 5692145..ba1de0d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'rails', '~> 6.1' gem 'bootsnap', '~> 1.10', require: false # Use Puma as the app server -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.0' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index f4da933..157994a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM ast (~> 2.4.1) pg (1.3.3) public_suffix (4.0.6) - puma (5.6.1) + puma (6.0.2) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -352,7 +352,7 @@ DEPENDENCIES nullalign overcommit pg (>= 0.18, < 2.0) - puma (~> 5.6) + puma (~> 6.0) rails (~> 6.1) rails_best_practices reek