From ea03447021bc487601c46de0b33efa23032d0190 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 9 Jul 2026 00:04:01 +0000 Subject: [PATCH] deps: rebase ruff pins to main ce6d4aa (ruff #68/#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ruff_ruby_spo / ruff_spo_triplet / ruff_spo_address b5fde66 -> ce6d4aa. #69 = the invokes_action arm (Predicate::InvokesAction, count 66->67 — the ERB mutating-button shape); #68 = C#-only nav-qualifier normalize (inert for op). InvokesAction is additive to the shared IR; op has no exhaustive Predicate match, so it is compile-safe. op-codegen-pipeline + ruff_openproject + op-server 79/79 green on the new pin. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01U9t3fRwXmPC6tCpMtnfTrM --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 665f428..fbbc25b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2311,7 +2311,7 @@ dependencies = [ [[package]] name = "ruff_ruby_spo" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/ruff?branch=main#b5fde66d030c13b11cbc07e5dea5cc6e126872d6" +source = "git+https://github.com/AdaWorldAPI/ruff?branch=main#ce6d4aa9b7205917c4daff0a12418b421ef5680c" dependencies = [ "lib-ruby-parser", "ruff_spo_triplet", @@ -2320,7 +2320,7 @@ dependencies = [ [[package]] name = "ruff_spo_address" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/ruff?branch=main#b5fde66d030c13b11cbc07e5dea5cc6e126872d6" +source = "git+https://github.com/AdaWorldAPI/ruff?branch=main#ce6d4aa9b7205917c4daff0a12418b421ef5680c" dependencies = [ "ruff_spo_triplet", ] @@ -2328,7 +2328,7 @@ dependencies = [ [[package]] name = "ruff_spo_triplet" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/ruff?branch=main#b5fde66d030c13b11cbc07e5dea5cc6e126872d6" +source = "git+https://github.com/AdaWorldAPI/ruff?branch=main#ce6d4aa9b7205917c4daff0a12418b421ef5680c" dependencies = [ "serde", "serde_json",