about summary refs log tree commit diff
path: root/Gemfile
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
parent909a6d4661fbc79419e396076467aec6251b7af4 (diff)
Add strong_migrations gem to warn when creating unsafe migrations (#5078)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4f4861913..6c31e8932 100644
--- a/Gemfile
+++ b/Gemfile
@@ -105,6 +105,7 @@ group :development do
   gem 'brakeman', '~> 3.6', require: false
   gem 'bundler-audit', '~> 0.5', require: false
   gem 'scss_lint', '~> 0.53', require: false
+  gem 'strong_migrations'
 
   gem 'capistrano', '~> 3.8'
   gem 'capistrano-rails', '~> 1.2'