From 864e853572a05435697d09b855cddcd968143946 Mon Sep 17 00:00:00 2001 From: Peter Bhat Harkins Date: Wed, 17 Oct 2018 10:54:56 -0500 Subject: [PATCH] add good_migrations to catch model use --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 37b86127..33d6fa28 100644 --- a/Gemfile +++ b/Gemfile @@ -40,6 +40,7 @@ gem "sitemap_generator" # for better search engine indexing group :test, :development do gem 'bullet' gem 'capybara' + gem 'good_migrations' gem "listen" gem "rspec-rails" gem "factory_bot_rails" diff --git a/Gemfile.lock b/Gemfile.lock index e65db0e6..90450470 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,6 +85,9 @@ GEM ffi (1.9.25) globalid (0.4.1) activesupport (>= 4.2.0) + good_migrations (0.0.2) + activerecord (>= 3.1) + railties (>= 3.1) htmlentities (4.3.4) i18n (1.1.0) concurrent-ruby (~> 1.0) @@ -237,6 +240,7 @@ DEPENDENCIES exception_notification factory_bot_rails faker + good_migrations htmlentities jquery-rails (~> 4.3) json