From e6ef4f4191c1a3fc09eb265f02c8bfb1fbab13d6 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 23 Aug 2026 09:14:37 +0200 Subject: [PATCH] The host lockfile follows the engine to 0.8.0 The path gem carries its version into apps/api/Gemfile.lock; without this the next bundle in a fresh container is the one that updates it. Co-Authored-By: Claude Opus 5 (1M context) --- apps/api/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/Gemfile.lock b/apps/api/Gemfile.lock index 36d6c81..9e71115 100644 --- a/apps/api/Gemfile.lock +++ b/apps/api/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../libs/ruby/warp_engine specs: - warp_engine (0.7.0) + warp_engine (0.8.0) apipie-rails blueprinter rails (>= 8.0)