From 108c2c7df918f32740dafcc9552c97d1222f6775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 06:05:22 +0000 Subject: [PATCH] Bump puma from 5.2.2 to 6.0.0 Bumps [puma](https://github.com/puma/puma) from 5.2.2 to 6.0.0. - [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.2.2...v6.0.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 014703c..b455712 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby(File.read(File.join(File.dirname(__FILE__), '.ruby-version')).strip) # System gem 'pg', '~> 1.2', '>= 1.2.3' -gem 'puma', '~> 5.2' +gem 'puma', '~> 6.0' gem 'rails', '~> 6.1' gem 'sidekiq', '~> 6.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5977345..74b6093 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,7 +279,7 @@ GEM msgpack (1.4.2) multipart-post (2.1.1) n_plus_one_control (0.6.0) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -300,7 +300,7 @@ GEM pry (>= 0.10.4) psych (3.3.0) public_suffix (4.0.6) - puma (5.2.2) + puma (6.0.0) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -562,7 +562,7 @@ DEPENDENCIES pg (~> 1.2, >= 1.2.3) pry-byebug (~> 3.9) pry-rails (~> 0.3.9) - puma (~> 5.2) + puma (~> 6.0) rack-cors (~> 1.1) rails (~> 6.1) rails-controller-testing (~> 1.0)