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-04-26 17:06:12 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-02 20:45:57 +0300
commitf74b133a7e5621ba3a3e93a4f29489fe28a10ae3 (patch)
tree58099b416cbaa5be5436cd104caa1038bcb29e06 /Gemfile.lock
parente4fb16218693edd4382b96482ba94eba6c8a7f1a (diff)
Use the gem for the ruby prometheus client.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock12
1 files changed, 3 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 7c0f405091d..b6a7e815170 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,11 +1,3 @@
-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:
@@ -569,6 +561,8 @@ GEM
premailer-rails (1.9.2)
actionmailer (>= 3, < 6)
premailer (~> 1.7, >= 1.7.9)
+ prometheus-client-mmap (0.7.0.beta1)
+ quantile (~> 0.2.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
@@ -1006,7 +1000,7 @@ DEPENDENCIES
pg (~> 0.18.2)
poltergeist (~> 1.9.0)
premailer-rails (~> 1.9.0)
- prometheus-client!
+ prometheus-client-mmap (~> 0.7.0.beta1)
pry-byebug (~> 3.4.1)
pry-rails (~> 0.3.4)
rack-attack (~> 4.4.1)