From c57c9eafc9cd101a7e4dd3c7dbc0b963afc52766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 21:28:19 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.9. - [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...v4.3.9) --- 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 9767a60b..2c7089da 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "optimism", "~> 0.3.4" gem "pagy" gem "pg", ">= 0.18", "< 2.0" gem "pg_search", "~> 2.3", ">= 2.3.2" -gem "puma", "~> 4.1" +gem "puma", "~> 4.3" gem "pundit", "~> 2.1" gem "rails", github: "rails/rails", branch: "6-0-stable" gem "redis" diff --git a/Gemfile.lock b/Gemfile.lock index a9fe709c..2032098a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM ruby-progressbar msgpack (1.3.3) nested_scaffold (1.1.0) - nio4r (2.5.4) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) optimism (0.3.5) @@ -195,7 +195,7 @@ GEM activerecord (>= 5.2) activesupport (>= 5.2) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.9) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) @@ -333,7 +333,7 @@ DEPENDENCIES pagy pg (>= 0.18, < 2.0) pg_search (~> 2.3, >= 2.3.2) - puma (~> 4.1) + puma (~> 4.3) pundit (~> 2.1) rails! rails-erd