summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorIan Baum <ibaum@gitlab.com>2017-12-08 17:04:48 +0000
committerDouwe Maan <douwe@gitlab.com>2017-12-08 17:04:48 +0000
commit5ac008c1e5b41a8d0b92be8fa13688f3ad196848 (patch)
tree2c3e3cb0f11097b954972f95226a6573ca7800ff /Gemfile
parent53026c4282f41397e984009545fbec8f77a8fc8a (diff)
downloadgitlab-ce-5ac008c1e5b41a8d0b92be8fa13688f3ad196848.tar.gz
Resolve "Include asset_sync gem"
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3187b0e5ae9..93003ed96c4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -411,3 +411,6 @@ gem 'flipper-active_record', '~> 0.10.2'
# Structured logging
gem 'lograge', '~> 0.5'
gem 'grape_logging', '~> 1.7'
+
+# Asset synchronization
+gem 'asset_sync', '~> 2.2.0'