about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-03-27 03:11:10 -0400
committerGitHub <noreply@github.com>2023-03-27 09:11:10 +0200
commit5b7898230e1a380f5f12cea9c1f1a74ba228cd5b (patch)
tree7cf169dd15cc4149a24c2189b914175f0326a5c9 /Gemfile.lock
parent34225d7199ee79f252275722b98b988e984a0943 (diff)
Update strong_migrations to version 0.8.0 (#24270)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 6fa4894db..bba8db996 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -683,8 +683,8 @@ GEM
     statsd-ruby (1.5.0)
     stoplight (3.0.1)
       redlock (~> 1.0)
-    strong_migrations (0.7.9)
-      activerecord (>= 5)
+    strong_migrations (0.8.0)
+      activerecord (>= 5.2)
     swd (1.3.0)
       activesupport (>= 3)
       attr_required (>= 0.0.5)
@@ -882,7 +882,7 @@ DEPENDENCIES
   sprockets-rails (~> 3.4)
   stackprof
   stoplight (~> 3.0.1)
-  strong_migrations (~> 0.7)
+  strong_migrations (~> 0.8)
   thor (~> 1.2)
   tty-prompt (~> 0.23)
   twitter-text (~> 3.1.0)