From a5143df3035ca34990ab5e800087bd1586551b1f Mon Sep 17 00:00:00 2001 From: unarist Date: Fri, 6 Oct 2017 10:24:54 +0900 Subject: [PATCH] Add strong_migrations to production dependency (#5234) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 82ef492fc..7b359af1d 100644 --- a/Gemfile +++ b/Gemfile @@ -65,6 +65,7 @@ gem 'sidekiq-bulk', '~>0.1.1' gem 'simple-navigation', '~> 4.0' gem 'simple_form', '~> 3.4' gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie' +gem 'strong_migrations' gem 'twitter-text', '~> 1.14' gem 'tzinfo-data', '~> 1.2017' gem 'webpacker', '~> 3.0' @@ -105,7 +106,6 @@ group :development do gem 'brakeman', '~> 4.0', require: false gem 'bundler-audit', '~> 0.6', require: false gem 'scss_lint', '~> 0.53', require: false - gem 'strong_migrations' gem 'capistrano', '~> 3.8' gem 'capistrano-rails', '~> 1.2'