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:
authorJason Goodman <jgoodman@gitlab.com>2019-08-26 07:13:54 +0300
committerThong Kuah <tkuah@gitlab.com>2019-08-26 07:13:54 +0300
commit27fbd36adeddd6fe162c9a2dbe7a39b3389f4b45 (patch)
tree956f7496078ed4e3ac1a0e11d3d43d8b9a844cb0 /Gemfile
parent257230e98643d319e59b3c15d928c4309253e93c (diff)
Install Unleash Client Gem
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'