]> cat aescling's git repositories - mastodon.git/commitdiff
Add strong_migrations to production dependency (#5234)
authorunarist <m.unarist@gmail.com>
Fri, 6 Oct 2017 01:24:54 +0000 (10:24 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 6 Oct 2017 01:24:54 +0000 (03:24 +0200)
Gemfile

diff --git a/Gemfile b/Gemfile
index 82ef492fce3e700b3c63f1fb34f282e42f648825..7b359af1d032349c5007a33f528873c86b4cdf07 100644 (file)
--- 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'