From f66f9ed9ca590372f8beb7c0f5ea4cef19395153 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Thu, 8 Aug 2024 03:34:30 -1000 Subject: [PATCH] Gemfile.lock for puma example --- examples/puma/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/puma/Gemfile.lock b/examples/puma/Gemfile.lock index d3c1d92..db7ce3e 100644 --- a/examples/puma/Gemfile.lock +++ b/examples/puma/Gemfile.lock @@ -5,15 +5,15 @@ GEM puma (6.4.2) nio4r (~> 2.0) pycall (1.5.2) - pycall_thread (0.1.0) + pycall_thread (0.1.2) pycall PLATFORMS arm64-darwin-23 DEPENDENCIES - puma - pycall_thread + puma (~> 6.4.2) + pycall_thread (~> 0.1.2) BUNDLED WITH 2.2.33