]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Lock multi_xml to 0.6 for ruby 3.0 compatibility
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 5385e1217978d7a7c4cfcf41fd459923e2f7b551..04395b49a6d1b760c15574b8043c436cf5e924ba 100644 (file)
--- 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"