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:
authorMarin Jankovski <marin@gitlab.com>2018-11-07 17:10:23 +0300
committerMarin Jankovski <marin@gitlab.com>2018-11-07 17:10:23 +0300
commit1183183403cadb465cfec52532cb77ad6a9494c9 (patch)
treedfe0084199b332a067d852a4b47b12cbb1a78cb1 /Gemfile
parentad7d0cb2f4395d4abca83acd9b98b17fc73523c0 (diff)
parent1c7c1400165fff3c6648a44051620c72fdcf11a7 (diff)
Merge branch 'remove-asset-sync' into 'master'
Remove asset_sync gem and related code Closes omnibus-gitlab#3872 See merge request gitlab-org/gitlab-ce!22610
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 6674edc1d0c..5952964a9c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -431,6 +431,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'