Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'ukiryu', git: 'https://github.com/ukiryu/ukiryu.git', branch: 'feature/architecture-refactoring'
gem 'ukiryu', git: 'https://github.com/ukiryu/ukiryu.git', branch: 'main'

# Required for moxml/lutaml-model XML processing (not declared as dependency)
gem 'nokogiri'
4 changes: 2 additions & 2 deletions tools/inkscape/1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ profiles:
- name: batch_process
cli: "--batch-process"
position_constraint: prefix
description: Close GUI after processing (required for headless)
default: true
description: Close GUI after processing (forces GUI to show, not for headless CI)
default: false
assignment_delimiter: none
name: export
- description: Query document dimensions
Expand Down