From 356177369b79b3600158dcc633f51a76d96962e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:32:04 +0000 Subject: [PATCH] chore(deps): update dependency puma to v8 --- contract-tests/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract-tests/Gemfile b/contract-tests/Gemfile index e70f6008..16b3d962 100644 --- a/contract-tests/Gemfile +++ b/contract-tests/Gemfile @@ -4,7 +4,7 @@ gem 'launchdarkly-server-sdk', path: '..' gem 'http', '>= 5.1', '< 7.0' gem 'json' -gem "puma", "~> 6.6" +gem "puma", "~> 8.0" gem "rackup", "~> 2.2" gem 'sinatra', '>= 4.1'