From 31dfa3e977c84de9bde76fe55b3b0844fdc12a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:38:54 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 5.6.7. - [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.5...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9b95e56..f86a6a0 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'bootsnap', '>= 1.4.2', require: false gem 'image_processing', '~> 1.2' gem 'jbuilder', '~> 2.7' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 5.6' gem 'redis', '~> 4.0' gem 'resque' gem 'rollbar' diff --git a/Gemfile.lock b/Gemfile.lock index 0adaaa3..0137158 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM multi_json (1.14.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nio4r (2.5.2) + nio4r (2.5.9) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) parallel (1.19.2) @@ -172,7 +172,7 @@ GEM ast (~> 2.4.1) pg (1.2.3) public_suffix (4.0.5) - puma (4.3.5) + puma (5.6.7) nio4r (~> 2.0) rack (2.2.3) rack-protection (2.0.8.1) @@ -305,7 +305,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (~> 3.2) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 5.6) rails! redis (~> 4.0) resque