From 7968fa70e481686e1eb48a793e9164a1893dd616 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Thu, 23 Apr 2026 08:41:18 +0800 Subject: [PATCH] fix: gemfile --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 924e099..1ef3fa0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,11 +8,11 @@ gemspec gem "canon" gem "lutaml-model", github: "lutaml/lutaml-model", - branch: "fix/global-context-register-lookup-fallback" + branch: "main" gem "oga" gem "ox" gem "plurimath", github: "plurimath/plurimath", - branch: "rt-lutaml-080" + branch: "main" gem "pry" gem "rake" gem "rspec"