logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a5143df3035ca34990ab5e800087bd1586551b1f
parent: 2aca22b8ea6846c7219ee895d02dabddb3f8a3db
Author: unarist <m.unarist@gmail.com>
Date:   Fri,  6 Oct 2017 10:24:54 +0900

Add strong_migrations to production dependency (#5234)


Diffstat:

MGemfile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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'