]> git.openstreetmap.org Git - rails.git/commitdiff
Use rails 8 compatible active_record_union
authorTom Hughes <tom@compton.nu>
Fri, 20 Dec 2024 10:26:47 +0000 (10:26 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 20 Mar 2025 11:38:34 +0000 (11:38 +0000)
https://github.com/brianhempel/active_record_union/issues/36

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 28e6ab81e64201e5fa14b6eba1739cfba5e4a7a5..7155b1f624535a578706809e0f545fae1202351f 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -49,7 +49,7 @@ gem "file_exists"
 # Load rails plugins
 gem "actionpack-page_caching", ">= 1.2.0"
 gem "activerecord-import"
-gem "active_record_union"
+gem "active_record_union", :github => "brianhempel/active_record_union", :ref => "master"
 gem "bootstrap", "~> 5.3.2"
 gem "bootstrap_form", "~> 5.0"
 gem "cancancan"
index 2a0e8f385d056490cb5a04671c3fd3436eb49318..91a24e8c2384da0f97b84a42ba18cf3c46cbb987 100644 (file)
@@ -1,3 +1,11 @@
+GIT
+  remote: https://github.com/brianhempel/active_record_union.git
+  revision: 8ebe558709aabe039abd24e3e7dd4d4354a6de88
+  ref: master
+  specs:
+    active_record_union (1.3.0)
+      activerecord (>= 6.0)
+
 GEM
   remote: https://rubygems.org/
   specs:
@@ -48,8 +56,6 @@ GEM
       erubi (~> 1.11)
       rails-dom-testing (~> 2.2)
       rails-html-sanitizer (~> 1.6)
-    active_record_union (1.3.0)
-      activerecord (>= 4.0)
     activejob (8.0.2)
       activesupport (= 8.0.2)
       globalid (>= 0.3.6)
@@ -682,7 +688,7 @@ PLATFORMS
 DEPENDENCIES
   aasm
   actionpack-page_caching (>= 1.2.0)
-  active_record_union
+  active_record_union!
   activerecord-import
   addressable (~> 2.8)
   annotaterb