From f93226c15f1e28ceb31a3b22530855c4a821793e Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Thu, 30 Apr 2026 21:47:26 +0800 Subject: [PATCH] chore: must use single line gem definitions --- Gemfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1ef3fa0..954f07e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,13 +6,10 @@ source "https://rubygems.org" gemspec gem "canon" -gem "lutaml-model", - github: "lutaml/lutaml-model", - branch: "main" +gem "lutaml-model", github: "lutaml/lutaml-model", branch: "main" gem "oga" gem "ox" -gem "plurimath", github: "plurimath/plurimath", - branch: "main" +gem "plurimath", github: "plurimath/plurimath", branch: "main" gem "pry" gem "rake" gem "rspec"