diff options
author | Kevin Lyda <kevin@ie.suberic.net> | 2017-02-25 19:18:46 +0000 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-06-02 19:45:57 +0200 |
commit | f1cb09913754a9f5d449f01c91de397d7153d3c1 (patch) | |
tree | c4ceee1de6f14066297ff7328c040b0cd7d300d1 /Gemfile.lock | |
parent | 1e8dbd46758d5c9772baf233ebcff889dc742d3d (diff) | |
download | gitlab-ce-f1cb09913754a9f5d449f01c91de397d7153d3c1.tar.gz |
Add the prometheus gem.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 10 |
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) |