Skip to content

Commit aa202c1

Browse files
committed
fix: use git source for lutaml-model in CI
1 parent 04dad73 commit aa202c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gemspec
66

77
gem "canon"
8-
gem "lutaml-model", path: "../../lutaml/lutaml-model"
8+
gem "lutaml-model", github: "lutaml/lutaml-model", branch: "main"
99
gem "nokogiri"
1010
gem "rake", "~> 13.0"
1111
gem "rspec", "~> 3.0"

0 commit comments

Comments
 (0)