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
1
Gemfile
1
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue