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:
authorKevin Lyda <kevin@ie.suberic.net>2017-02-25 22:18:46 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-02 20:45:57 +0300
commitf1cb09913754a9f5d449f01c91de397d7153d3c1 (patch)
treec4ceee1de6f14066297ff7328c040b0cd7d300d1 /Gemfile.lock
parent1e8dbd46758d5c9772baf233ebcff889dc742d3d (diff)
Add the prometheus gem.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f8adfec6143..3affa434e2a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,11 @@
+GIT
+ remote: https://github.com/prometheus/client_ruby.git
+ revision: 30dc5987c6bf574044d75d97362bd3bd27d542f2
+ branch: exchangeable-value-types
+ specs:
+ prometheus-client (0.7.0.beta1)
+ quantile (~> 0.2.0)
+
GEM
remote: https://rubygems.org/
specs:
@@ -570,6 +578,7 @@ GEM
pry-rails (0.3.5)
pry (>= 0.9.10)
pyu-ruby-sasl (0.0.3.3)
+ quantile (0.2.0)
rack (1.6.5)
rack-accept (0.4.5)
rack (>= 0.4)
@@ -995,6 +1004,7 @@ DEPENDENCIES
pg (~> 0.18.2)
poltergeist (~> 1.9.0)
premailer-rails (~> 1.9.0)
+ prometheus-client!
pry-byebug (~> 3.4.1)
pry-rails (~> 0.3.4)
rack-attack (~> 4.4.1)