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>2022-01-11 21:16:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-11 21:16:38 +0300
commitb330f7f0bfb2035b03e84e5fa751816b6ad9b841 (patch)
tree5dd72fddc7545c3fb6c5bff6b662bea3dea54d79 /Gemfile
parenta8281ac43424e4b820286823bdb48f068b21d7d3 (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 d7ebf9e9412..6be591ce6eb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -149,6 +149,7 @@ gem 'aws-sdk-core', '~> 3'
gem 'aws-sdk-cloudformation', '~> 1'
gem 'aws-sdk-s3', '~> 1'
gem 'faraday_middleware-aws-sigv4', '~>0.3.0'
+gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections
# Markdown and HTML processing
gem 'html-pipeline', '~> 2.13.2'