diff options
author | Stan Hu <stanhu@gmail.com> | 2018-07-28 15:46:01 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-07-28 21:16:58 -0700 |
commit | bfffbc7fd12060adecba8d8226798f4fd3bf8c23 (patch) | |
tree | e7b71d2b6c949a982fbc60d15e52582f4cdc205a /Gemfile.lock | |
parent | 87f03f01735fb4b6dbef2e4bf625cf2546523a4e (diff) | |
download | gitlab-ce-bfffbc7fd12060adecba8d8226798f4fd3bf8c23.tar.gz |
Bump prometheus-client-mmap to 0.9.4
Fixes failing builds with gcc on Archlinux and Ruby 2.4.4.
See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/26
for more details.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d147f81c81e..77c255a7464 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -635,7 +635,7 @@ GEM parser unparser procto (0.0.3) - prometheus-client-mmap (0.9.3) + prometheus-client-mmap (0.9.4) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -1126,7 +1126,7 @@ DEPENDENCIES peek-sidekiq (~> 1.0.3) pg (~> 0.18.2) premailer-rails (~> 1.9.7) - prometheus-client-mmap (~> 0.9.3) + prometheus-client-mmap (~> 0.9.4) pry-byebug (~> 3.4.1) pry-rails (~> 0.3.4) rack-attack (~> 4.4.1) |