From 99f8dda2371f28cf168fd37769c7505fcf1e7ff4 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 05:06:50 +0000 Subject: [PATCH] Update dependency puma to v6 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c509570ad8b..299f3ce760b 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "pg", platforms: :ruby # Puma was chosen because it handles load of 40+ concurrent users better than Unicorn and Passenger # Discussion: https://github.com/18F/college-choice/issues/597#issuecomment-139034834 # We are not yet at version 4.x because we have not tested. -gem "puma", "~> 3.12.6" +gem "puma", "~> 6.1.0" gem "rack", "~> 2.2.3" gem "rails", "5.2.4.5" # Used to colorize output for rake tasks