From f3b0df72ea1f03208fb2e3300aff27b4d7607892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 10:57:46 +0000 Subject: [PATCH] Bump puma from 5.6.5 to 6.3.0 Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.3.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.3.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..5167c037 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.3" gem "rollbar" gem "rails", "~> 7.0" gem "sass-rails", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 618a2893..7f67a331 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.3.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.3) rails (~> 7.0) rails_layout rollbar