From 134650b81ec1fe576767f1badda355cb209a212c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:53:28 +0000 Subject: [PATCH] chore(deps): update dependency puma to ">= 6.6.0" --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7ccffa6..3d71f67 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "sqlite3", ">= 2.3.1" gem "pg", ">= 1.5.9" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", ">= 6.5.0" +gem "puma", ">= 6.6.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails", ">= 2.0.3" diff --git a/Gemfile.lock b/Gemfile.lock index 4886800..ef4d33b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,7 +147,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -251,7 +251,7 @@ DEPENDENCIES jbuilder (>= 2.13) logstash-logger (>= 0.26.1) pg (>= 1.5.9) - puma (>= 6.5.0) + puma (>= 6.6.0) rails (>= 8.0.0) selenium-webdriver (>= 4.28.0) sprockets-rails (>= 3.5.2)