From 5c8576359d05e5ccb135e537e9f4495b42aa51c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:22:54 +0000 Subject: [PATCH] Bump puma from 5.6.5 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.4.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.6.5...v6.4.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0b94698f..5e93e78f 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "lograge", "~> 0.12" gem "pg" gem "pry-rails" gem "mini_racer" -gem "puma", "~> 5.6" +gem "puma", "~> 6.4" gem "rollbar" gem "rails", "~> 7.0" gem "sass-rails", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 618a2893..36e308ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (5.0.1) - puma (5.6.5) + puma (6.4.0) nio4r (~> 2.0) racc (1.6.2) rack (2.2.7) @@ -364,7 +364,7 @@ DEPENDENCIES mini_racer pg pry-rails - puma (~> 5.6) + puma (~> 6.4) rails (~> 7.0) rails_layout rollbar