X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a551cd737f7146fcf96fc2723f4aaf22babd9b5f..c8656158ca9999722071bb93564ee9f582e91411:/Gemfile diff --git a/Gemfile b/Gemfile index 5385e1217..04395b49a 100644 --- a/Gemfile +++ b/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"