]> git.openstreetmap.org Git - rails.git/commitdiff
Lock multi_xml to 0.6 for ruby 3.0 compatibility
authorTom Hughes <tom@compton.nu>
Tue, 14 May 2024 18:24:23 +0000 (19:24 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 14 May 2024 18:24:23 +0000 (19:24 +0100)
Gemfile
Gemfile.lock

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"
index 29ed248e97f506f1fdd891a7f8f8f560cd576a19..087e19f45d708642b40c45355264f184dc6645d5 100644 (file)
@@ -335,8 +335,7 @@ GEM
       minitest (>= 4, < 6)
     msgpack (1.7.2)
     multi_json (1.15.0)
-    multi_xml (0.7.1)
-      bigdecimal (~> 3.1)
+    multi_xml (0.6.0)
     mutex_m (0.2.0)
     net-http (0.4.1)
       uri
@@ -654,6 +653,7 @@ DEPENDENCIES
   mini_racer (~> 0.9.0)
   minitest (~> 5.1)
   minitest-focus
+  multi_xml (~> 0.6.0)
   oauth-plugin (>= 0.5.1)
   omniauth (~> 2.0.2)
   omniauth-facebook