Add strong_migrations gem to warn when creating unsafe migrations (#5078)
... | ... | @@ -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' | ||
... | ... |
config/initializers/strong_migrations.rb
0 → 100644
Please register or sign in to comment