about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-09-25 02:11:14 +0200
committerGitHub <noreply@github.com>2017-09-25 02:11:14 +0200
commitb982d549f440cfebadd5dc8d300a506df213bfee (patch)
tree1f3bf571128ba5092345bc0de22b0038821deca4 /Gemfile.lock
parent909a6d4661fbc79419e396076467aec6251b7af4 (diff)
Add strong_migrations gem to warn when creating unsafe migrations (#5078)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 97db3aa9a..b29d32400 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -482,6 +482,8 @@ GEM
       net-scp (>= 1.1.2)
       net-ssh (>= 2.8.0)
     statsd-instrument (2.1.4)
+    strong_migrations (0.1.9)
+      activerecord (>= 3.2.0)
     temple (0.8.0)
     terminal-table (1.8.0)
       unicode-display_width (~> 1.1, >= 1.1.1)
@@ -614,6 +616,7 @@ DEPENDENCIES
   simplecov (~> 0.14)
   sprockets-rails (~> 3.2)
   statsd-instrument (~> 2.1)
+  strong_migrations
   twitter-text (~> 1.14)
   tzinfo-data (~> 1.2017)
   uglifier (~> 3.2)