Add strong_migrations gem to warn when creating unsafe migrations (#5078)
This commit is contained in:
parent
909a6d4661
commit
b982d549f4
3 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue