From 147bbdf053eab9bf03613ba0233f3af428f9472e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:08:10 +0000 Subject: [PATCH] Bump puma from 6.2.0 to 6.3.1 Bumps [puma](https://github.com/puma/puma) from 6.2.0 to 6.3.1. - [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/v6.2.0...v6.3.1) --- 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 4fd8ab8a4..41fe0f973 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "nanoid" gem "notifications-ruby-client" gem "parser" gem "pry-rails" -gem "puma", "~> 6.2" +gem "puma", "~> 6.3" gem "pundit" gem "rollbar" gem "rails", "~> 6.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index a8edc28e8..2839809c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,7 +281,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.2) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -307,7 +307,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (5.0.1) - puma (6.2.0) + puma (6.3.1) nio4r (~> 2.0) pundit (2.3.0) activesupport (>= 3.0.0) @@ -562,7 +562,7 @@ DEPENDENCIES pg pry-byebug pry-rails - puma (~> 6.2) + puma (~> 6.3) pundit pundit-matchers (~> 1.8.4) rails (~> 6.1.7)