Lock multi_xml to 0.6 for ruby 3.0 compatibility
This commit is contained in:
parent
ea8fe8d5c3
commit
bfaa61c993
2 changed files with 5 additions and 2 deletions
3
Gemfile
3
Gemfile
|
@ -142,6 +142,9 @@ gem "image_processing"
|
|||
# Used to validate widths
|
||||
gem "unicode-display_width"
|
||||
|
||||
# Keep ruby 3.0 compatibility
|
||||
gem "multi_xml", "~> 0.6.0"
|
||||
|
||||
# Gems useful for development
|
||||
group :development do
|
||||
gem "better_errors"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue