logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a822f7a05ac4337d45cfd930bd0d779eaf07ad57
parent: a2c8da0185cea8b381d2cf5c8a48be8a5ab1f50c
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Thu, 11 May 2017 22:11:59 +0900

Stop require of i18n-tasks (#2992)


Diffstat:

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

diff --git a/Gemfile b/Gemfile @@ -61,7 +61,7 @@ gem 'webpacker', '~> 1.2' group :development, :test do gem 'fabrication', '~> 2.16' gem 'fuubar', '~> 2.2' - gem 'i18n-tasks', '~> 0.9' + gem 'i18n-tasks', '~> 0.9', require: false gem 'pry-rails', '~> 0.3' gem 'rspec-rails', '~> 3.6' end