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:
authorThong Kuah <tkuah@gitlab.com>2019-08-26 07:13:55 +0300
committerThong Kuah <tkuah@gitlab.com>2019-08-26 07:13:55 +0300
commit21996b027de0c2ba09042330cc1b1160d1d0a0de (patch)
tree956f7496078ed4e3ac1a0e11d3d43d8b9a844cb0 /Gemfile
parent257230e98643d319e59b3c15d928c4309253e93c (diff)
parent27fbd36adeddd6fe162c9a2dbe7a39b3389f4b45 (diff)
Merge branch 'add-unleash-gem' into 'master'
Install Unleash Client Gem See merge request gitlab-org/gitlab-ce!32065
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e5023a6f67d..570462822f2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -438,6 +438,7 @@ gem 'toml-rb', '~> 1.0.0', require: false
gem 'flipper', '~> 0.13.0'
gem 'flipper-active_record', '~> 0.13.0'
gem 'flipper-active_support_cache_store', '~> 0.13.0'
+gem 'unleash', '~> 0.1.5'
# Structured logging
gem 'lograge', '~> 0.5'