From fb007b3244f768315d2ddba7c8c1ba4194f32a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:08:09 +0000 Subject: [PATCH] Bump puma from 4.3.12 to 5.6.8 Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.8. - [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/v4.3.12...v5.6.8) --- 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 dadd030..96d3e21 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'pg', '~> 1.0' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 4.0' +gem 'puma', '~> 5.6' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .coffee assets and views diff --git a/Gemfile.lock b/Gemfile.lock index 56fd99f..a63c00e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -157,7 +157,7 @@ GEM orm_adapter (0.5.0) pg (1.5.7) pr_geohash (1.0.0) - puma (4.3.12) + puma (5.6.8) nio4r (~> 2.0) pundit (2.3.2) activesupport (>= 3.0.0) @@ -288,7 +288,7 @@ DEPENDENCIES listen (~> 3.0.5) openseadragon pg (~> 1.0) - puma (~> 4.0) + puma (~> 5.6) pundit rails (< 7.0) rgeo