]> git.openstreetmap.org Git - rails.git/commitdiff
Keep to strong_migrations 1.8 for ruby 3.0 compatibility
authorTom Hughes <tom@compton.nu>
Tue, 2 Jul 2024 20:06:33 +0000 (21:06 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 2 Jul 2024 20:06:33 +0000 (21:06 +0100)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 5a21c7f7ad4ae3a0f1fe79fe716b2a348996ec38..fcf2ceb4d1df6f381344c20479b8aaf45e10b19c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -65,7 +65,7 @@ gem "rack-cors"
 gem "rails-i18n", "~> 7.0.0"
 gem "rails_param"
 gem "rinku", ">= 2.0.6", :require => "rails_rinku"
-gem "strong_migrations"
+gem "strong_migrations", "< 2.0.0"
 gem "validates_email_format_of", ">= 1.5.1"
 
 # Native OSM extensions
index 4c4589cce20f96372e8f1b382e3d97b11ce0ed68..774d795bcfd3610f26e1a6623b90edde974aca21 100644 (file)
@@ -96,18 +96,18 @@ GEM
       execjs (~> 2)
     aws-eventstream (1.3.0)
     aws-partitions (1.950.0)
-    aws-sdk-core (3.200.0)
+    aws-sdk-core (3.201.0)
       aws-eventstream (~> 1, >= 1.3.0)
       aws-partitions (~> 1, >= 1.651.0)
       aws-sigv4 (~> 1.8)
       jmespath (~> 1, >= 1.6.1)
-    aws-sdk-kms (1.87.0)
-      aws-sdk-core (~> 3, >= 3.199.0)
-      aws-sigv4 (~> 1.1)
-    aws-sdk-s3 (1.155.0)
-      aws-sdk-core (~> 3, >= 3.199.0)
+    aws-sdk-kms (1.88.0)
+      aws-sdk-core (~> 3, >= 3.201.0)
+      aws-sigv4 (~> 1.5)
+    aws-sdk-s3 (1.156.0)
+      aws-sdk-core (~> 3, >= 3.201.0)
       aws-sdk-kms (~> 1)
-      aws-sigv4 (~> 1.8)
+      aws-sigv4 (~> 1.5)
     aws-sigv4 (1.8.0)
       aws-eventstream (~> 1, >= 1.0.2)
     base64 (0.2.0)
@@ -560,8 +560,8 @@ GEM
       activesupport (>= 6.1)
       sprockets (>= 3.0.0)
     stringio (3.1.1)
-    strong_migrations (2.0.0)
-      activerecord (>= 6.1)
+    strong_migrations (1.8.0)
+      activerecord (>= 5.2)
     strscan (3.1.0)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
@@ -693,7 +693,7 @@ DEPENDENCIES
   simplecov
   simplecov-lcov
   sprockets-exporters_pack
-  strong_migrations
+  strong_migrations (< 2.0.0)
   terser
   turbo-rails
   unicode-display_width