From 29ba3b81e05fd7434d101ec6971924728fa19a47 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Fri, 18 Aug 2023 12:40:57 -0400 Subject: [PATCH] Upgrade puma No docs around upgrading from 3.x to 4.x, but docs around upgrading to 5.x and 6.x refs: - https://github.com/puma/puma/blob/master/5.0-Upgrade.md - https://github.com/puma/puma/blob/master/6.0-Upgrade.md --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f6a549805d5..f90f1606569 100644 --- a/Gemfile +++ b/Gemfile @@ -261,7 +261,7 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb end group :web_server, :manageiq_default do - gem "puma", "~>4.2" + gem "puma", "~>6.3" gem "ruby-dbus" # For external auth gem "secure_headers", "~>3.9" end