From 43e9a81c36542fea02b2c780d4c3394ae146e921 Mon Sep 17 00:00:00 2001 From: Tynan Burke Date: Sun, 19 Jul 2026 10:51:23 -0600 Subject: [PATCH] Drop the BUNDLED WITH pin from the jack-core generator lock The lock pins bundler 1.17.3, which the jar's consumers don't have installed -- db_schemas' Maven build runs Ruby 2.7 with bundler 2.1.4, and rubygems hard-errors "Could not find 'bundler' (1.17.3)" before the generator runs. Without the stanza bundler uses whatever version is installed. The bigdecimal 1.3.5 pin stays; it's the Ruby 2.7 build fix from #280. Co-Authored-By: Claude Opus 4.8 (1M context) --- jack-core/src/Gemfile.lock | 3 --- 1 file changed, 3 deletions(-) diff --git a/jack-core/src/Gemfile.lock b/jack-core/src/Gemfile.lock index cf155ac8..b160db8e 100644 --- a/jack-core/src/Gemfile.lock +++ b/jack-core/src/Gemfile.lock @@ -24,6 +24,3 @@ DEPENDENCIES bigdecimal (= 1.3.5) fattr i18n (~> 0.9) - -BUNDLED WITH - 1.17.3