From 4e4884ce979fb981390e18e2ba0aa6aee28becaa Mon Sep 17 00:00:00 2001 From: Schneems Date: Mon, 11 Aug 2025 21:55:05 -0500 Subject: [PATCH 1/2] Update puma --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index ea50f74b..bba751ac 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ end gem "git_hub_bub" # Application server & middleware -gem "puma" +gem "puma", "7.0.0.pre1" gem "puma_worker_killer" gem "rack-timeout" gem "rack-canonical-host" diff --git a/Gemfile.lock b/Gemfile.lock index e8be9ce9..38d1d367 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -157,7 +157,7 @@ GEM i18n (>= 1.8.11, < 2) faraday (0.17.6) multipart-post (>= 1.2, < 3) - ffi (1.15.4) + ffi (1.17.2) flamegraph (0.9.5) foreman (0.87.2) get_process_mem (0.2.7) @@ -217,7 +217,7 @@ GEM minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) - msgpack (1.5.6) + msgpack (1.8.0) multi_xml (0.6.0) multipart-post (2.3.0) mustermann (3.0.0) @@ -259,14 +259,14 @@ GEM omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) - optimist (3.0.1) + optimist (3.2.1) orm_adapter (0.5.0) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) racc pdf-core (0.9.0) - pg (1.2.3) + pg (1.6.1) prawn (2.4.0) pdf-core (~> 0.9.0) ttfunk (~> 1.7) @@ -282,7 +282,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.3) - puma (6.4.0) + puma (7.0.0.pre1) nio4r (~> 2.0) puma_worker_killer (0.3.1) get_process_mem (~> 0.2) @@ -340,7 +340,7 @@ GEM rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - rbtrace (0.4.14) + rbtrace (0.5.2) ffi (>= 1.0.6) msgpack (>= 0.4.3) optimist (>= 3.0.0) @@ -529,7 +529,7 @@ DEPENDENCIES prawn premailer-rails pry - puma + puma (= 7.0.0.pre1) puma_worker_killer rack-canonical-host rack-mini-profiler @@ -570,4 +570,4 @@ RUBY VERSION ruby 3.1.4p223 BUNDLED WITH - 2.3.23 + 2.7.1 From c9b8411b5359ef00fe36580fba74003bc5bca87c Mon Sep 17 00:00:00 2001 From: Schneems Date: Mon, 11 Aug 2025 21:56:19 -0500 Subject: [PATCH 2/2] Update puma --- .github/workflows/main.yml | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dcb06170..eda1ce2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["3.1"] + ruby: ["3.2.9"] name: Running tests with Ruby ${{ matrix.ruby }} services: postgres: diff --git a/Gemfile.lock b/Gemfile.lock index 38d1d367..aab5a670 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -567,7 +567,7 @@ DEPENDENCIES yard (~> 0.9.28) RUBY VERSION - ruby 3.1.4p223 + ruby 3.2.9p265 BUNDLED WITH 2.7.1