Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalasankar "Balu" C <balasankar@gitlab.com>2018-10-25 18:53:17 +0300
committerBalasankar "Balu" C <balasankar@gitlab.com>2018-10-25 21:05:38 +0300
commit1c7c1400165fff3c6648a44051620c72fdcf11a7 (patch)
tree7795e78625fff43c0b29a2a2941e05d9bc295a19 /Gemfile
parent4de9004175e7c1dfd0366c41d70573d4d686b292 (diff)
Remove asset_sync gem and related code
Reverting https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15734 . We are not using asset sync currently.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index c442ed9065e..b03f7153013 100644
--- a/Gemfile
+++ b/Gemfile
@@ -429,6 +429,3 @@ gem 'flipper-active_support_cache_store', '~> 0.13.0'
# Structured logging
gem 'lograge', '~> 0.5'
gem 'grape_logging', '~> 1.7'
-
-# Asset synchronization
-gem 'asset_sync', '~> 2.4'