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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-01 12:10:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-01 12:10:24 +0300
commit1047df9d86d295cdd9801c38dd6aa45435470c6c (patch)
tree34d87e9c934b3ca1dd22ab3991c90c36214cb456 /Gemfile
parent86d2d81bf3af3782ccae1cfe8ed3b6c7b6018d0a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 12d6bbc8498..b5ecfe56f28 100644
--- a/Gemfile
+++ b/Gemfile
@@ -331,6 +331,7 @@ gem 'snowplow-tracker', '~> 0.6.1'
# Metrics
group :metrics do
gem 'method_source', '~> 1.0', require: false
+ gem 'webrick', '~> 1.6.1', require: false
# Prometheus
gem 'prometheus-client-mmap', '~> 0.12.0'