From 829f73ddcd086dec70e9b59c7b3cb424903a8ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:40:11 +0000 Subject: [PATCH] Bump puma from 6.4.0 to 6.4.2 Bumps [puma](https://github.com/puma/puma) from 6.4.0 to 6.4.2. - [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.4.0...v6.4.2) --- 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 5b7598fb9..0d60f6897 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'omniauth-rails_csrf_protection' gem 'omniauth-tara', github: 'internetee/omniauth-tara' gem 'pdfkit' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 6.4.0' +gem 'puma', '~> 6.4.2' gem 'rails', '>= 6.0.3.5' gem 'rails-i18n' gem 'recaptcha' diff --git a/Gemfile.lock b/Gemfile.lock index 67a283f73..7c74696b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,7 +271,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.1) - puma (6.4.0) + puma (6.4.2) nio4r (~> 2.0) racc (1.7.1) rack (2.2.7) @@ -492,7 +492,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pg_search pry - puma (~> 6.4.0) + puma (~> 6.4.2) rails (>= 6.0.3.5) rails-i18n recaptcha