summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Goodman <jgoodman@gitlab.com>2019-08-21 13:46:53 -0400
committerJason Goodman <jgoodman@gitlab.com>2019-08-21 13:46:53 -0400
commit42f8a2708587578c1d5a1bb81105b7b7cfc07fce (patch)
tree119a72f9e145113003b51d237730c78831116f28
parent77ffe60c5598db23cbc031eb896fd4a89784fb3d (diff)
downloadgitlab-ce-add-unleash-gem.tar.gz
Install Unleash client gemadd-unleash-gem
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock4
2 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 116c94bdaf8..a5993a7738b 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'
diff --git a/Gemfile.lock b/Gemfile.lock
index 0ecf3aa2840..2572fed77e0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -534,6 +534,7 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
+ murmurhash3 (0.1.6)
mustermann (1.0.3)
mustermann-grape (1.0.0)
mustermann (~> 1.0.0)
@@ -971,6 +972,8 @@ GEM
get_process_mem (~> 0)
unicorn (>= 4, < 6)
uniform_notifier (1.10.0)
+ unleash (0.1.5)
+ murmurhash3 (~> 0.1.6)
unparser (0.4.5)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
@@ -1250,6 +1253,7 @@ DEPENDENCIES
unf (~> 0.1.4)
unicorn (~> 5.4.1)
unicorn-worker-killer (~> 0.4.4)
+ unleash (~> 0.1.5)
validates_hostname (~> 1.0.6)
version_sorter (~> 2.2.4)
vmstat (~> 2.3.0)