From a39c6f2b3024668f161935ce754e1ea98b73afa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:09:22 +0000 Subject: [PATCH] Upgrade: Bump puma from 6.3.1 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.0. - [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.3.1...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a517a5491..c6a3814d5d 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'omniauth-google-oauth2', '~> 1.1.1' gem 'omniauth-rails_csrf_protection', '~> 1.0' gem 'pagy', '~> 6.0' gem 'pg', '~> 1.5' -gem 'puma', '~> 6.3' +gem 'puma', '~> 6.4' gem 'rack-attack', '~> 6.7' gem 'redis', '~> 5.0' gem 'ruby-progressbar', '~> 1.13' diff --git a/Gemfile.lock b/Gemfile.lock index 10ccf331db..646d533813 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,7 +351,7 @@ GEM racc pg (1.5.4) public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -617,7 +617,7 @@ DEPENDENCIES omniauth-rails_csrf_protection (~> 1.0) pagy (~> 6.0) pg (~> 1.5) - puma (~> 6.3) + puma (~> 6.4) rack-attack (~> 6.7) rack-mini-profiler rails (= 7.0.8)