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>2023-01-17 06:07:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-17 06:07:21 +0300
commitbd37e94aecac7ef361a605bc1a5433415a4526cc (patch)
tree887c3bf3f833d88c2c3378ea9a1f31ee5698ae91 /Gemfile
parent73c608b8c9e79319096fdbeb990dd5cb9ebf2b36 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 52a920b3037..7c3a541bde5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -200,7 +200,7 @@ gem 'diffy', '~> 3.4'
gem 'diff_match_patch', '~> 0.1.0'
# Application server
-gem 'rack', '~> 2.2.5'
+gem 'rack', '~> 2.2.6'
# https://github.com/zombocom/rack-timeout/blob/master/README.md#rails-apps-manually
gem 'rack-timeout', '~> 0.6.3', require: 'rack/timeout/base'