From 49340005e8dbc9266c4c8100408f1a48876f78ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:01:32 +0000 Subject: [PATCH] Bump puma from 6.1.0 to 6.3.1 Bumps [puma](https://github.com/puma/puma) from 6.1.0 to 6.3.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/v6.1.0...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8faa570..752d198 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "jsbundling-rails" gem "jwt" gem "pg", "~> 1.4" gem "propshaft" -gem "puma", "~> 6.0" +gem "puma", "~> 6.3" gem "rails", "~> 7.0.6" gem "rswag-ui" gem "sidekiq" diff --git a/Gemfile.lock b/Gemfile.lock index 03063cc..d32cb50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -240,7 +240,7 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) public_suffix (5.0.1) - puma (6.1.0) + puma (6.3.1) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -402,7 +402,7 @@ DEPENDENCIES pg (~> 1.4) propshaft pry-byebug - puma (~> 6.0) + puma (~> 6.3) rails (~> 7.0.6) rspec-rails (~> 6.0) rswag-ui